Color Hex Logo

#bb785e Color Hex

#BB785E
(187,120,94)
0 Favorites   0 Comments

Color spaces of #bb785e

RGB 18712094
HSL0.050.410.55
HSV17°50°73°
CMYK 0.000.360.50   0.27
XYZ29.230424.805913.8371
Yxy24.80590.43070.3655
Hunter Lab49.805517.600318.3918
CIE-Lab56.885823.333125.1130

#bb785e color RGB value is (187,120,94).

#bb785e hex color red value is 187, green value is 120 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bb785e hue: 0.05 , saturation: 0.41 and the lightness value of bb785e is 0.55.

The process color (four color CMYK) of #bb785e color hex is 0.00, 0.36, 0.50, 0.27. Web safe color of #bb785e is #cc6666. Color #bb785e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01111000 01011110
Octal 273 170 136
Decimal 187 120 94
Hex BB 78 5E

RGB Percentages of Color #bb785e

%46.63
%29.93
%23.44

CMYK Percentages of Color #bb785e

%0
%36
%50
%27

Triadic Colors of #bb785e

#bb785e #5ebb78 #785ebb

Analogous Colors of #bb785e

#bb785e #bba75e #bb5e73

Monochromatic Colors of #bb785e

#bb785e

Complementary Color

#bb785e #5ea1bb

#bb785e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb785e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb785e Color CSS Codes

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

#bb785e Text Font Color

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

This sample text font color is #bb785e
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.


#bb785e Background Color

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

This div background color is #bb785e


#bb785e Border Color

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

This div border color is #bb785e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb785e


Comments

No comments written yet.

Please login to write comment.