Color Hex Logo

#bb905b Color Hex

#BB905B
(187,144,91)
0 Favorites   0 Comments

Color spaces of #bb905b

RGB 18714491
HSL0.090.410.55
HSV33°51°73°
CMYK 0.000.230.51   0.27
XYZ32.355131.266614.2273
Yxy31.26660.41560.4016
Hunter Lab55.91655.431924.0559
CIE-Lab62.73209.755134.2563

#bb905b color RGB value is (187,144,91).

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

The process color (four color CMYK) of #bb905b color hex is 0.00, 0.23, 0.51, 0.27. Web safe color of #bb905b is #cc9966. Color #bb905b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010000 01011011
Octal 273 220 133
Decimal 187 144 91
Hex BB 90 5B

RGB Percentages of Color #bb905b

%44.31
%34.12
%21.56

CMYK Percentages of Color #bb905b

%0
%23
%51
%27

Triadic Colors of #bb905b

#bb905b #5bbb90 #905bbb

Analogous Colors of #bb905b

#bb905b #b6bb5b #bb605b

Monochromatic Colors of #bb905b

#bb905b

Complementary Color

#bb905b #5b86bb

#bb905b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb905b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb905b Color CSS Codes

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

#bb905b Text Font Color

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

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


#bb905b Background Color

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

This div background color is #bb905b


#bb905b Border Color

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

This div border color is #bb905b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb905b


Comments

No comments written yet.

Please login to write comment.