Color Hex Logo

#bfbb88 Color Hex

#BFBB88
(191,187,136)
0 Favorites   0 Comments

Color spaces of #bfbb88

RGB 191187136
HSL0.150.300.64
HSV56°29°75°
CMYK 0.000.020.29   0.25
XYZ43.700148.394630.3304
Yxy48.39460.35700.3953
Hunter Lab69.5662-9.610822.8463
CIE-Lab75.0731-6.647826.4048

#bfbb88 color RGB value is (191,187,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10111011 10001000
Octal 277 273 210
Decimal 191 187 136
Hex BF BB 88

RGB Percentages of Color #bfbb88

%37.16
%36.38
%26.46

CMYK Percentages of Color #bfbb88

%0
%2
%29
%25

Triadic Colors of #bfbb88

#bfbb88 #88bfbb #bb88bf

Analogous Colors of #bfbb88

#bfbb88 #a8bf88 #bfa088

Monochromatic Colors of #bfbb88

#bfbb88

Complementary Color

#bfbb88 #888cbf

#bfbb88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfbb88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfbb88 Color CSS Codes

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

#bfbb88 Text Font Color

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

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


#bfbb88 Background Color

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

This div background color is #bfbb88


#bfbb88 Border Color

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

This div border color is #bfbb88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfbb88


Comments

No comments written yet.

Please login to write comment.