Color Hex Logo

#bbb76a Color Hex

#BBB76A
(187,183,106)
0 Favorites   0 Comments

Color spaces of #bbb76a

RGB 187183106
HSL0.160.370.57
HSV57°43°73°
CMYK 0.000.020.43   0.27
XYZ40.028545.472420.3030
Yxy45.47240.37830.4298
Hunter Lab67.4332-12.050229.3520
CIE-Lab73.2019-9.707439.5357

#bbb76a color RGB value is (187,183,106).

#bbb76a hex color red value is 187, green value is 183 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #bbb76a hue: 0.16 , saturation: 0.37 and the lightness value of bbb76a is 0.57.

The process color (four color CMYK) of #bbb76a color hex is 0.00, 0.02, 0.43, 0.27. Web safe color of #bbb76a is #cccc66. Color #bbb76a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110111 01101010
Octal 273 267 152
Decimal 187 183 106
Hex BB B7 6A

RGB Percentages of Color #bbb76a

%39.29
%38.45
%22.27

CMYK Percentages of Color #bbb76a

%0
%2
%43
%27

Triadic Colors of #bbb76a

#bbb76a #6abbb7 #b76abb

Analogous Colors of #bbb76a

#bbb76a #97bb6a #bb8f6a

Monochromatic Colors of #bbb76a

#bbb76a

Complementary Color

#bbb76a #6a6ebb

#bbb76a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb76a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb76a Color CSS Codes

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

#bbb76a Text Font Color

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

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


#bbb76a Background Color

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

This div background color is #bbb76a


#bbb76a Border Color

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

This div border color is #bbb76a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb76a


Comments

No comments written yet.

Please login to write comment.