Color Hex Logo

#bbbf86 Color Hex

#BBBF86
(187,191,134)
0 Favorites   0 Comments

Color spaces of #bbbf86

RGB 187191134
HSL0.180.310.64
HSV64°30°75°
CMYK 0.020.000.30   0.25
XYZ43.427449.547629.8290
Yxy49.54760.35360.4035
Hunter Lab70.3901-13.056424.1479
CIE-Lab75.7907-10.545328.3658

#bbbf86 color RGB value is (187,191,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111111 10000110
Octal 273 277 206
Decimal 187 191 134
Hex BB BF 86

RGB Percentages of Color #bbbf86

%36.52
%37.30
%26.17

CMYK Percentages of Color #bbbf86

%2
%0
%30
%25

Triadic Colors of #bbbf86

#bbbf86 #86bbbf #bf86bb

Analogous Colors of #bbbf86

#bbbf86 #9fbf86 #bfa786

Monochromatic Colors of #bbbf86

#bbbf86

Complementary Color

#bbbf86 #8a86bf

#bbbf86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbf86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbf86 Color CSS Codes

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

#bbbf86 Text Font Color

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

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


#bbbf86 Background Color

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

This div background color is #bbbf86


#bbbf86 Border Color

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

This div border color is #bbbf86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbf86


Comments

No comments written yet.

Please login to write comment.