Color Hex Logo

#bbb267 Color Hex

#BBB267
(187,178,103)
0 Favorites   0 Comments

Color spaces of #bbb267

RGB 187178103
HSL0.150.380.57
HSV54°45°73°
CMYK 0.000.050.45   0.27
XYZ38.862143.384919.1578
Yxy43.38490.38320.4278
Hunter Lab65.8672-9.951428.8623
CIE-Lab71.8154-7.407739.3353

#bbb267 color RGB value is (187,178,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110010 01100111
Octal 273 262 147
Decimal 187 178 103
Hex BB B2 67

RGB Percentages of Color #bbb267

%39.96
%38.03
%22.01

CMYK Percentages of Color #bbb267

%0
%5
%45
%27

Triadic Colors of #bbb267

#bbb267 #67bbb2 #b267bb

Analogous Colors of #bbb267

#bbb267 #9abb67 #bb8867

Monochromatic Colors of #bbb267

#bbb267

Complementary Color

#bbb267 #6770bb

#bbb267 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb267 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb267 Color CSS Codes

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

#bbb267 Text Font Color

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

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


#bbb267 Background Color

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

This div background color is #bbb267


#bbb267 Border Color

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

This div border color is #bbb267


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb267


Comments

No comments written yet.

Please login to write comment.