Color Hex Logo

#bbb067 Color Hex

#BBB067
(187,176,103)
0 Favorites   0 Comments

Color spaces of #bbb067

RGB 187176103
HSL0.140.380.57
HSV52°45°73°
CMYK 0.000.060.45   0.27
XYZ38.467042.594719.0261
Yxy42.59470.38430.4256
Hunter Lab65.2646-9.005128.4009
CIE-Lab71.2790-6.357538.6678

#bbb067 color RGB value is (187,176,103).

#bbb067 hex color red value is 187, green value is 176 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #bbb067 hue: 0.14 , saturation: 0.38 and the lightness value of bbb067 is 0.57.

The process color (four color CMYK) of #bbb067 color hex is 0.00, 0.06, 0.45, 0.27. Web safe color of #bbb067 is #cc9966. Color #bbb067 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110000 01100111
Octal 273 260 147
Decimal 187 176 103
Hex BB B0 67

RGB Percentages of Color #bbb067

%40.13
%37.77
%22.10

CMYK Percentages of Color #bbb067

%0
%6
%45
%27

Triadic Colors of #bbb067

#bbb067 #67bbb0 #b067bb

Analogous Colors of #bbb067

#bbb067 #9cbb67 #bb8667

Monochromatic Colors of #bbb067

#bbb067

Complementary Color

#bbb067 #6772bb

#bbb067 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb067 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb067 Color CSS Codes

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

#bbb067 Text Font Color

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

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


#bbb067 Background Color

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

This div background color is #bbb067


#bbb067 Border Color

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

This div border color is #bbb067


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb067


Comments

No comments written yet.

Please login to write comment.