Color Hex Logo

#bb934b Color Hex

#BB934B
(187,147,75)
0 Favorites   0 Comments

Color spaces of #bb934b

RGB 18714775
HSL0.110.450.51
HSV39°60°73°
CMYK 0.000.210.60   0.27
XYZ32.197231.940211.1247
Yxy31.94020.42780.4244
Hunter Lab56.51572.789827.8902
CIE-Lab63.29346.766543.2140

#bb934b color RGB value is (187,147,75).

#bb934b hex color red value is 187, green value is 147 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #bb934b hue: 0.11 , saturation: 0.45 and the lightness value of bb934b is 0.51.

The process color (four color CMYK) of #bb934b color hex is 0.00, 0.21, 0.60, 0.27. Web safe color of #bb934b is #cc9933. Color #bb934b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010011 01001011
Octal 273 223 113
Decimal 187 147 75
Hex BB 93 4B

RGB Percentages of Color #bb934b

%45.72
%35.94
%18.34

CMYK Percentages of Color #bb934b

%0
%21
%60
%27

Triadic Colors of #bb934b

#bb934b #4bbb93 #934bbb

Analogous Colors of #bb934b

#bb934b #abbb4b #bb5b4b

Monochromatic Colors of #bb934b

#bb934b

Complementary Color

#bb934b #4b73bb

#bb934b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb934b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb934b Color CSS Codes

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

#bb934b Text Font Color

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

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


#bb934b Background Color

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

This div background color is #bb934b


#bb934b Border Color

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

This div border color is #bb934b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb934b


Comments

No comments written yet.

Please login to write comment.