Color Hex Logo

#bbb68d Color Hex

#BBB68D
(187,182,141)
0 Favorites   0 Comments

Color spaces of #bbb68d

RGB 187182141
HSL0.150.250.64
HSV53°25°73°
CMYK 0.000.030.25   0.27
XYZ42.029245.943831.8522
Yxy45.94380.35080.3834
Hunter Lab67.7819-7.936519.5856
CIE-Lab73.5091-4.888621.5591

#bbb68d color RGB value is (187,182,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110110 10001101
Octal 273 266 215
Decimal 187 182 141
Hex BB B6 8D

RGB Percentages of Color #bbb68d

%36.67
%35.69
%27.65

CMYK Percentages of Color #bbb68d

%0
%3
%25
%27

Triadic Colors of #bbb68d

#bbb68d #8dbbb6 #b68dbb

Analogous Colors of #bbb68d

#bbb68d #a9bb8d #bb9f8d

Monochromatic Colors of #bbb68d

#bbb68d

Complementary Color

#bbb68d #8d92bb

#bbb68d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb68d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb68d Color CSS Codes

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

#bbb68d Text Font Color

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

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


#bbb68d Background Color

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

This div background color is #bbb68d


#bbb68d Border Color

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

This div border color is #bbb68d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb68d


Comments

No comments written yet.

Please login to write comment.