Color Hex Logo

#bbb282 Color Hex

#BBB282
(187,178,130)
0 Favorites   0 Comments

Color spaces of #bbb282

RGB 187178130
HSL0.140.300.62
HSV51°30°73°
CMYK 0.000.050.30   0.27
XYZ40.443244.017327.4837
Yxy44.01730.36130.3932
Hunter Lab66.3455-7.293921.8809
CIE-Lab72.2401-4.271925.7415

#bbb282 color RGB value is (187,178,130).

#bbb282 hex color red value is 187, green value is 178 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #bbb282 hue: 0.14 , saturation: 0.30 and the lightness value of bbb282 is 0.62.

The process color (four color CMYK) of #bbb282 color hex is 0.00, 0.05, 0.30, 0.27. Web safe color of #bbb282 is #cc9999. Color #bbb282 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110010 10000010
Octal 273 262 202
Decimal 187 178 130
Hex BB B2 82

RGB Percentages of Color #bbb282

%37.78
%35.96
%26.26

CMYK Percentages of Color #bbb282

%0
%5
%30
%27

Triadic Colors of #bbb282

#bbb282 #82bbb2 #b282bb

Analogous Colors of #bbb282

#bbb282 #a8bb82 #bb9682

Monochromatic Colors of #bbb282

#bbb282

Complementary Color

#bbb282 #828bbb

#bbb282 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb282 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb282 Color CSS Codes

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

#bbb282 Text Font Color

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

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


#bbb282 Background Color

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

This div background color is #bbb282


#bbb282 Border Color

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

This div border color is #bbb282


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb282


Comments

No comments written yet.

Please login to write comment.