Color Hex Logo

#bbb07d Color Hex

#BBB07D
(187,176,125)
0 Favorites   0 Comments

Color spaces of #bbb07d

RGB 187176125
HSL0.140.310.61
HSV49°33°73°
CMYK 0.000.060.33   0.27
XYZ39.720543.096125.6269
Yxy43.09610.36630.3974
Hunter Lab65.6476-6.880822.8083
CIE-Lab71.6201-3.853427.5858

#bbb07d color RGB value is (187,176,125).

#bbb07d hex color red value is 187, green value is 176 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bbb07d hue: 0.14 , saturation: 0.31 and the lightness value of bbb07d is 0.61.

The process color (four color CMYK) of #bbb07d color hex is 0.00, 0.06, 0.33, 0.27. Web safe color of #bbb07d is #cc9966. Color #bbb07d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110000 01111101
Octal 273 260 175
Decimal 187 176 125
Hex BB B0 7D

RGB Percentages of Color #bbb07d

%38.32
%36.07
%25.61

CMYK Percentages of Color #bbb07d

%0
%6
%33
%27

Triadic Colors of #bbb07d

#bbb07d #7dbbb0 #b07dbb

Analogous Colors of #bbb07d

#bbb07d #a7bb7d #bb917d

Monochromatic Colors of #bbb07d

#bbb07d

Complementary Color

#bbb07d #7d88bb

#bbb07d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb07d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb07d Color CSS Codes

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

#bbb07d Text Font Color

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

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


#bbb07d Background Color

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

This div background color is #bbb07d


#bbb07d Border Color

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

This div border color is #bbb07d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb07d


Comments

No comments written yet.

Please login to write comment.