Color Hex Logo

#bbbf87 Color Hex

#BBBF87
(187,191,135)
0 Favorites   0 Comments

Color spaces of #bbbf87

RGB 187191135
HSL0.180.300.64
HSV64°29°75°
CMYK 0.020.000.29   0.25
XYZ43.497549.575730.1982
Yxy49.57570.35290.4022
Hunter Lab70.4100-12.944823.8581
CIE-Lab75.8081-10.413027.8620

#bbbf87 color RGB value is (187,191,135).

#bbbf87 hex color red value is 187, green value is 191 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #bbbf87 hue: 0.18 , saturation: 0.30 and the lightness value of bbbf87 is 0.64.

The process color (four color CMYK) of #bbbf87 color hex is 0.02, 0.00, 0.29, 0.25. Web safe color of #bbbf87 is #cccc99. Color #bbbf87 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111111 10000111
Octal 273 277 207
Decimal 187 191 135
Hex BB BF 87

RGB Percentages of Color #bbbf87

%36.45
%37.23
%26.32

CMYK Percentages of Color #bbbf87

%2
%0
%29
%25

Triadic Colors of #bbbf87

#bbbf87 #87bbbf #bf87bb

Analogous Colors of #bbbf87

#bbbf87 #9fbf87 #bfa787

Monochromatic Colors of #bbbf87

#bbbf87

Complementary Color

#bbbf87 #8b87bf

#bbbf87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbf87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbf87 Color CSS Codes

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

#bbbf87 Text Font Color

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

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


#bbbf87 Background Color

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

This div background color is #bbbf87


#bbbf87 Border Color

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

This div border color is #bbbf87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbf87


Comments

No comments written yet.

Please login to write comment.