Color Hex Logo

#bf894d Color Hex

#BF894D
(191,137,77)
1 Favorites   0 Comments

Color spaces of #bf894d

RGB 19113777
HSL0.090.470.53
HSV32°60°75°
CMYK 0.000.280.60   0.25
XYZ31.771129.503511.0414
Yxy29.50350.43930.4080
Hunter Lab54.31719.353025.9697
CIE-Lab61.223414.144439.8790

#bf894d color RGB value is (191,137,77).

#bf894d hex color red value is 191, green value is 137 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #bf894d hue: 0.09 , saturation: 0.47 and the lightness value of bf894d is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10001001 01001101
Octal 277 211 115
Decimal 191 137 77
Hex BF 89 4D

RGB Percentages of Color #bf894d

%47.16
%33.83
%19.01

CMYK Percentages of Color #bf894d

%0
%28
%60
%25

Triadic Colors of #bf894d

#bf894d #4dbf89 #894dbf

Analogous Colors of #bf894d

#bf894d #bcbf4d #bf504d

Monochromatic Colors of #bf894d

#bf894d

Complementary Color

#bf894d #4d83bf

#bf894d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf894d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf894d Color CSS Codes

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

#bf894d Text Font Color

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

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


#bf894d Background Color

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

This div background color is #bf894d


#bf894d Border Color

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

This div border color is #bf894d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf894d


Comments

No comments written yet.

Please login to write comment.