Color Hex Logo

#bb985d Color Hex

#BB985D
(187,152,93)
0 Favorites   0 Comments

Color spaces of #bb985d

RGB 18715293
HSL0.100.410.55
HSV38°50°73°
CMYK 0.000.190.50   0.27
XYZ33.697533.811615.1062
Yxy33.81160.40790.4093
Hunter Lab58.14771.684925.3005
CIE-Lab64.81285.549535.7955

#bb985d color RGB value is (187,152,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10011000 01011101
Octal 273 230 135
Decimal 187 152 93
Hex BB 98 5D

RGB Percentages of Color #bb985d

%43.29
%35.19
%21.53

CMYK Percentages of Color #bb985d

%0
%19
%50
%27

Triadic Colors of #bb985d

#bb985d #5dbb98 #985dbb

Analogous Colors of #bb985d

#bb985d #afbb5d #bb695d

Monochromatic Colors of #bb985d

#bb985d

Complementary Color

#bb985d #5d80bb

#bb985d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb985d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb985d Color CSS Codes

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

#bb985d Text Font Color

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

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


#bb985d Background Color

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

This div background color is #bb985d


#bb985d Border Color

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

This div border color is #bb985d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb985d


Comments

No comments written yet.

Please login to write comment.