Color Hex Logo

#bbb4a0 Color Hex

#BBB4A0
(187,180,160)
0 Favorites   0 Comments

Color spaces of #bbb4a0

RGB 187180160
HSL0.120.170.68
HSV44°14°73°
CMYK 0.000.040.14   0.27
XYZ43.159945.745439.8127
Yxy45.74540.33530.3554
Hunter Lab67.6353-4.456312.4444
CIE-Lab73.3800-0.946711.0877

#bbb4a0 color RGB value is (187,180,160).

#bbb4a0 hex color red value is 187, green value is 180 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #bbb4a0 hue: 0.12 , saturation: 0.17 and the lightness value of bbb4a0 is 0.68.

The process color (four color CMYK) of #bbb4a0 color hex is 0.00, 0.04, 0.14, 0.27. Web safe color of #bbb4a0 is #cccc99. Color #bbb4a0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110100 10100000
Octal 273 264 240
Decimal 187 180 160
Hex BB B4 A0

RGB Percentages of Color #bbb4a0

%35.48
%34.16
%30.36

CMYK Percentages of Color #bbb4a0

%0
%4
%14
%27

Triadic Colors of #bbb4a0

#bbb4a0 #a0bbb4 #b4a0bb

Analogous Colors of #bbb4a0

#bbb4a0 #b5bba0 #bba7a0

Monochromatic Colors of #bbb4a0

#bbb4a0

Complementary Color

#bbb4a0 #a0a7bb

#bbb4a0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb4a0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb4a0 Color CSS Codes

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

#bbb4a0 Text Font Color

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

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


#bbb4a0 Background Color

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

This div background color is #bbb4a0


#bbb4a0 Border Color

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

This div border color is #bbb4a0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb4a0


Comments

No comments written yet.

Please login to write comment.