Color Hex Logo

#bf895b Color Hex

#BF895B
(191,137,91)
0 Favorites   0 Comments

Color spaces of #bf895b

RGB 19113791
HSL0.080.440.55
HSV28°52°75°
CMYK 0.000.280.52   0.25
XYZ32.319829.723013.9312
Yxy29.72300.42540.3912
Hunter Lab54.518810.410323.0128
CIE-Lab61.414515.307232.6936

#bf895b color RGB value is (191,137,91).

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

The process color (four color CMYK) of #bf895b color hex is 0.00, 0.28, 0.52, 0.25. Web safe color of #bf895b is #cc9966. Color #bf895b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10001001 01011011
Octal 277 211 133
Decimal 191 137 91
Hex BF 89 5B

RGB Percentages of Color #bf895b

%45.58
%32.70
%21.72

CMYK Percentages of Color #bf895b

%0
%28
%52
%25

Triadic Colors of #bf895b

#bf895b #5bbf89 #895bbf

Analogous Colors of #bf895b

#bf895b #bfbb5b #bf5b5f

Monochromatic Colors of #bf895b

#bf895b

Complementary Color

#bf895b #5b91bf

#bf895b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf895b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf895b Color CSS Codes

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

#bf895b Text Font Color

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

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


#bf895b Background Color

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

This div background color is #bf895b


#bf895b Border Color

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

This div border color is #bf895b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf895b


Comments

No comments written yet.

Please login to write comment.