Color Hex Logo

#bbb57d Color Hex

#BBB57D
(187,181,125)
0 Favorites   0 Comments

Color spaces of #bbb57d

RGB 187181125
HSL0.150.310.61
HSV54°33°73°
CMYK 0.000.030.33   0.27
XYZ40.719145.093225.9598
Yxy45.09320.36430.4034
Hunter Lab67.1515-9.276824.0854
CIE-Lab72.9532-6.492629.3518

#bbb57d color RGB value is (187,181,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110101 01111101
Octal 273 265 175
Decimal 187 181 125
Hex BB B5 7D

RGB Percentages of Color #bbb57d

%37.93
%36.71
%25.35

CMYK Percentages of Color #bbb57d

%0
%3
%33
%27

Triadic Colors of #bbb57d

#bbb57d #7dbbb5 #b57dbb

Analogous Colors of #bbb57d

#bbb57d #a2bb7d #bb967d

Monochromatic Colors of #bbb57d

#bbb57d

Complementary Color

#bbb57d #7d83bb

#bbb57d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb57d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb57d Color CSS Codes

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

#bbb57d Text Font Color

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

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


#bbb57d Background Color

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

This div background color is #bbb57d


#bbb57d Border Color

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

This div border color is #bbb57d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb57d


Comments

No comments written yet.

Please login to write comment.