Color Hex Logo

#b3bb6a Color Hex

#B3BB6A
(179,187,106)
0 Favorites   0 Comments

Color spaces of #b3bb6a

RGB 179187106
HSL0.180.370.57
HSV66°43°73°
CMYK 0.040.000.43   0.27
XYZ38.962246.165020.4929
Yxy46.16500.36890.4371
Hunter Lab67.9448-16.544629.6789
CIE-Lab73.6525-15.007639.9574

#b3bb6a color RGB value is (179,187,106).

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

The process color (four color CMYK) of #b3bb6a color hex is 0.04, 0.00, 0.43, 0.27. Web safe color of #b3bb6a is #cccc66. Color #b3bb6a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10111011 01101010
Octal 263 273 152
Decimal 179 187 106
Hex B3 BB 6A

RGB Percentages of Color #b3bb6a

%37.92
%39.62
%22.46

CMYK Percentages of Color #b3bb6a

%4
%0
%43
%27

Triadic Colors of #b3bb6a

#b3bb6a #6ab3bb #bb6ab3

Analogous Colors of #b3bb6a

#b3bb6a #8bbb6a #bb9b6a

Monochromatic Colors of #b3bb6a

#b3bb6a

Complementary Color

#b3bb6a #726abb

#b3bb6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3bb6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3bb6a Color CSS Codes

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

#b3bb6a Text Font Color

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

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


#b3bb6a Background Color

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

This div background color is #b3bb6a


#b3bb6a Border Color

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

This div border color is #b3bb6a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,187,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 #b3bb6a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3bb6a


Comments

No comments written yet.

Please login to write comment.