Color Hex Logo

#bbb37d Color Hex

#BBB37D
(187,179,125)
0 Favorites   0 Comments

Color spaces of #bbb37d

RGB 187179125
HSL0.150.310.61
HSV52°33°73°
CMYK 0.000.040.33   0.27
XYZ40.315344.285725.8252
Yxy44.28570.36510.4010
Hunter Lab66.5475-8.320623.5745
CIE-Lab72.4190-5.440328.6455

#bbb37d color RGB value is (187,179,125).

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

The process color (four color CMYK) of #bbb37d color hex is 0.00, 0.04, 0.33, 0.27. Web safe color of #bbb37d is #cccc66. Color #bbb37d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110011 01111101
Octal 273 263 175
Decimal 187 179 125
Hex BB B3 7D

RGB Percentages of Color #bbb37d

%38.09
%36.46
%25.46

CMYK Percentages of Color #bbb37d

%0
%4
%33
%27

Triadic Colors of #bbb37d

#bbb37d #7dbbb3 #b37dbb

Analogous Colors of #bbb37d

#bbb37d #a4bb7d #bb947d

Monochromatic Colors of #bbb37d

#bbb37d

Complementary Color

#bbb37d #7d85bb

#bbb37d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb37d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb37d Color CSS Codes

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

#bbb37d Text Font Color

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

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


#bbb37d Background Color

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

This div background color is #bbb37d


#bbb37d Border Color

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

This div border color is #bbb37d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,179,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 #bbb37d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb37d


Comments

No comments written yet.

Please login to write comment.