Color Hex Logo

#bbb68e Color Hex

#BBB68E
(187,182,142)
0 Favorites   0 Comments

Color spaces of #bbb68e

RGB 187182142
HSL0.150.250.65
HSV53°24°73°
CMYK 0.000.030.24   0.27
XYZ42.104045.973732.2459
Yxy45.97370.34990.3821
Hunter Lab67.8039-7.814219.2658
CIE-Lab73.5285-4.746521.0478

#bbb68e color RGB value is (187,182,142).

#bbb68e hex color red value is 187, green value is 182 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bbb68e hue: 0.15 , saturation: 0.25 and the lightness value of bbb68e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110110 10001110
Octal 273 266 216
Decimal 187 182 142
Hex BB B6 8E

RGB Percentages of Color #bbb68e

%36.59
%35.62
%27.79

CMYK Percentages of Color #bbb68e

%0
%3
%24
%27

Triadic Colors of #bbb68e

#bbb68e #8ebbb6 #b68ebb

Analogous Colors of #bbb68e

#bbb68e #aabb8e #bba08e

Monochromatic Colors of #bbb68e

#bbb68e

Complementary Color

#bbb68e #8e93bb

#bbb68e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb68e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb68e Color CSS Codes

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

#bbb68e Text Font Color

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

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


#bbb68e Background Color

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

This div background color is #bbb68e


#bbb68e Border Color

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

This div border color is #bbb68e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb68e


Comments

No comments written yet.

Please login to write comment.