Color Hex Logo

#bb985e Color Hex

#BB985E
(187,152,94)
0 Favorites   0 Comments

Color spaces of #bb985e

RGB 18715294
HSL0.100.410.55
HSV37°50°73°
CMYK 0.000.190.50   0.27
XYZ33.742133.829415.3410
Yxy33.82940.40700.4080
Hunter Lab58.16301.767825.0759
CIE-Lab64.82695.644435.2862

#bb985e color RGB value is (187,152,94).

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

The process color (four color CMYK) of #bb985e color hex is 0.00, 0.19, 0.50, 0.27. Web safe color of #bb985e is #cc9966. Color #bb985e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10011000 01011110
Octal 273 230 136
Decimal 187 152 94
Hex BB 98 5E

RGB Percentages of Color #bb985e

%43.19
%35.10
%21.71

CMYK Percentages of Color #bb985e

%0
%19
%50
%27

Triadic Colors of #bb985e

#bb985e #5ebb98 #985ebb

Analogous Colors of #bb985e

#bb985e #b0bb5e #bb6a5e

Monochromatic Colors of #bb985e

#bb985e

Complementary Color

#bb985e #5e81bb

#bb985e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb985e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb985e Color CSS Codes

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

#bb985e Text Font Color

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

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


#bb985e Background Color

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

This div background color is #bb985e


#bb985e Border Color

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

This div border color is #bb985e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,152,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 #bb985e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb985e


Comments

No comments written yet.

Please login to write comment.