Color Hex Logo

#bf885a Color Hex

#BF885A
(191,136,90)
0 Favorites   0 Comments

Color spaces of #bf885a

RGB 19113690
HSL0.080.440.55
HSV27°53°75°
CMYK 0.000.290.53   0.25
XYZ32.135529.422913.6583
Yxy29.42290.42720.3912
Hunter Lab54.242910.825023.0409
CIE-Lab61.153115.769432.9053

#bf885a color RGB value is (191,136,90).

#bf885a hex color red value is 191, green value is 136 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bf885a hue: 0.08 , saturation: 0.44 and the lightness value of bf885a is 0.55.

The process color (four color CMYK) of #bf885a color hex is 0.00, 0.29, 0.53, 0.25. Web safe color of #bf885a is #cc9966. Color #bf885a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10001000 01011010
Octal 277 210 132
Decimal 191 136 90
Hex BF 88 5A

RGB Percentages of Color #bf885a

%45.80
%32.61
%21.58

CMYK Percentages of Color #bf885a

%0
%29
%53
%25

Triadic Colors of #bf885a

#bf885a #5abf88 #885abf

Analogous Colors of #bf885a

#bf885a #bfbb5a #bf5a5f

Monochromatic Colors of #bf885a

#bf885a

Complementary Color

#bf885a #5a91bf

#bf885a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf885a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf885a Color CSS Codes

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

#bf885a Text Font Color

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

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


#bf885a Background Color

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

This div background color is #bf885a


#bf885a Border Color

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

This div border color is #bf885a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf885a


Comments

No comments written yet.

Please login to write comment.