Color Hex Logo

#bbb082 Color Hex

#BBB082
(187,176,130)
0 Favorites   0 Comments

Color spaces of #bbb082

RGB 187176130
HSL0.130.300.62
HSV48°30°73°
CMYK 0.000.060.30   0.27
XYZ40.048143.227227.3520
Yxy43.22720.36200.3907
Hunter Lab65.7474-6.329921.3576
CIE-Lab71.7089-3.211125.0280

#bbb082 color RGB value is (187,176,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110000 10000010
Octal 273 260 202
Decimal 187 176 130
Hex BB B0 82

RGB Percentages of Color #bbb082

%37.93
%35.70
%26.37

CMYK Percentages of Color #bbb082

%0
%6
%30
%27

Triadic Colors of #bbb082

#bbb082 #82bbb0 #b082bb

Analogous Colors of #bbb082

#bbb082 #aabb82 #bb9482

Monochromatic Colors of #bbb082

#bbb082

Complementary Color

#bbb082 #828dbb

#bbb082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb082 Color CSS Codes

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

#bbb082 Text Font Color

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

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


#bbb082 Background Color

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

This div background color is #bbb082


#bbb082 Border Color

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

This div border color is #bbb082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb082


Comments

No comments written yet.

Please login to write comment.