Color Hex Logo

#bb983b Color Hex

#BB983B
(187,152,59)
0 Favorites   0 Comments

Color spaces of #bb983b

RGB 18715259
HSL0.120.520.48
HSV44°68°73°
CMYK 0.000.190.68   0.27
XYZ32.511233.33708.8588
Yxy33.33700.43520.4462
Hunter Lab57.7382-0.532231.3198
CIE-Lab64.43292.984652.0141

#bb983b color RGB value is (187,152,59).

#bb983b hex color red value is 187, green value is 152 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bb983b hue: 0.12 , saturation: 0.52 and the lightness value of bb983b is 0.48.

The process color (four color CMYK) of #bb983b color hex is 0.00, 0.19, 0.68, 0.27. Web safe color of #bb983b is #cc9933. Color #bb983b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10011000 00111011
Octal 273 230 73
Decimal 187 152 59
Hex BB 98 3B

RGB Percentages of Color #bb983b

%46.98
%38.19
%14.82

CMYK Percentages of Color #bb983b

%0
%19
%68
%27

Triadic Colors of #bb983b

#bb983b #3bbb98 #983bbb

Analogous Colors of #bb983b

#bb983b #9ebb3b #bb583b

Monochromatic Colors of #bb983b

#bb983b

Complementary Color

#bb983b #3b5ebb

#bb983b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb983b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb983b Color CSS Codes

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

#bb983b Text Font Color

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

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


#bb983b Background Color

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

This div background color is #bb983b


#bb983b Border Color

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

This div border color is #bb983b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb983b


Comments

No comments written yet.

Please login to write comment.