Color Hex Logo

#bbb69a Color Hex

#BBB69A
(187,182,154)
0 Favorites   0 Comments

Color spaces of #bbb69a

RGB 187182154
HSL0.140.200.67
HSV51°18°73°
CMYK 0.000.030.18   0.27
XYZ43.054246.353837.2498
Yxy46.35380.33990.3660
Hunter Lab68.0836-6.267915.2199
CIE-Lab73.7745-2.961114.9051

#bbb69a color RGB value is (187,182,154).

#bbb69a hex color red value is 187, green value is 182 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bbb69a hue: 0.14 , saturation: 0.20 and the lightness value of bbb69a is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110110 10011010
Octal 273 266 232
Decimal 187 182 154
Hex BB B6 9A

RGB Percentages of Color #bbb69a

%35.76
%34.80
%29.45

CMYK Percentages of Color #bbb69a

%0
%3
%18
%27

Triadic Colors of #bbb69a

#bbb69a #9abbb6 #b69abb

Analogous Colors of #bbb69a

#bbb69a #b0bb9a #bba69a

Monochromatic Colors of #bbb69a

#bbb69a

Complementary Color

#bbb69a #9a9fbb

#bbb69a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb69a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb69a Color CSS Codes

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

#bbb69a Text Font Color

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

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


#bbb69a Background Color

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

This div background color is #bbb69a


#bbb69a Border Color

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

This div border color is #bbb69a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb69a


Comments

No comments written yet.

Please login to write comment.