Color Hex Logo

#bd786d Color Hex

#BD786D
(189,120,109)
0 Favorites   0 Comments

Color spaces of #bd786d

RGB 189120109
HSL0.020.380.58
HSV42°74°
CMYK 0.000.370.42   0.26
XYZ30.463125.355917.7566
Yxy25.35590.41400.3446
Hunter Lab50.354619.866714.3408
CIE-Lab57.420625.707317.3183

#bd786d color RGB value is (189,120,109).

#bd786d hex color red value is 189, green value is 120 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bd786d hue: 0.02 , saturation: 0.38 and the lightness value of bd786d is 0.58.

The process color (four color CMYK) of #bd786d color hex is 0.00, 0.37, 0.42, 0.26. Web safe color of #bd786d is #cc6666. Color #bd786d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111000 01101101
Octal 275 170 155
Decimal 189 120 109
Hex BD 78 6D

RGB Percentages of Color #bd786d

%45.22
%28.71
%26.08

CMYK Percentages of Color #bd786d

%0
%37
%42
%26

Triadic Colors of #bd786d

#bd786d #6dbd78 #786dbd

Analogous Colors of #bd786d

#bd786d #bda06d #bd6d8a

Monochromatic Colors of #bd786d

#bd786d

Complementary Color

#bd786d #6db2bd

#bd786d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd786d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd786d Color CSS Codes

.mybgcolor {background-color:#bd786d; } 
.myforecolor {color:#bd786d; }
.mybordercolor {border:3px solid #bd786d; }

#bd786d Text Font Color

<p style="color:#bd786d">Text here</p>

This sample text font color is #bd786d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bd786d Background Color

<div style="background-color:#bd786d">
Div content here</div>

This div background color is #bd786d


#bd786d Border Color

<div style="border:3px solid #bd786d">
Div here</div>

This div border color is #bd786d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,120,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bd786d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bd786d;
  -webkit-box-shadow: 1px 1px 3px 2px #bd786d;
  box-shadow:         1px 1px 3px 2px #bd786d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,120,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bd786d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bd786d;
  -webkit-box-shadow: 1px 1px 3px 2px #bd786d;
  box-shadow:         1px 1px 3px 2px #bd786d;">
Div content here</div>

This div box has shadow with color #bd786d


Comments

No comments written yet.

Please login to write comment.