Color Hex Logo

#bbb6af Color Hex

#BBB6AF
(187,182,175)
0 Favorites   0 Comments

Color spaces of #bbb6af

RGB 187182175
HSL0.100.080.71
HSV35°73°
CMYK 0.000.030.06   0.27
XYZ44.959347.115847.2821
Yxy47.11580.32260.3381
Hunter Lab68.6409-3.20557.2078
CIE-Lab74.26380.51234.1750

#bbb6af color RGB value is (187,182,175).

#bbb6af hex color red value is 187, green value is 182 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bbb6af hue: 0.10 , saturation: 0.08 and the lightness value of bbb6af is 0.71.

The process color (four color CMYK) of #bbb6af color hex is 0.00, 0.03, 0.06, 0.27. Web safe color of #bbb6af is #cccc99. Color #bbb6af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110110 10101111
Octal 273 266 257
Decimal 187 182 175
Hex BB B6 AF

RGB Percentages of Color #bbb6af

%34.38
%33.46
%32.17

CMYK Percentages of Color #bbb6af

%0
%3
%6
%27

Triadic Colors of #bbb6af

#bbb6af #afbbb6 #b6afbb

Analogous Colors of #bbb6af

#bbb6af #babbaf #bbb0af

Monochromatic Colors of #bbb6af

#bbb6af

Complementary Color

#bbb6af #afb4bb

#bbb6af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb6af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb6af Color CSS Codes

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

#bbb6af Text Font Color

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

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


#bbb6af Background Color

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

This div background color is #bbb6af


#bbb6af Border Color

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

This div border color is #bbb6af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb6af


Comments

No comments written yet.

Please login to write comment.