Color Hex Logo

#bf864d Color Hex

#BF864D
(191,134,77)
0 Favorites   0 Comments

Color spaces of #bf864d

RGB 19113477
HSL0.080.470.53
HSV30°60°75°
CMYK 0.000.300.60   0.25
XYZ31.350528.662410.9012
Yxy28.66240.44210.4042
Hunter Lab53.537310.836325.4035
CIE-Lab60.482515.800038.9980

#bf864d color RGB value is (191,134,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10000110 01001101
Octal 277 206 115
Decimal 191 134 77
Hex BF 86 4D

RGB Percentages of Color #bf864d

%47.51
%33.33
%19.15

CMYK Percentages of Color #bf864d

%0
%30
%60
%25

Triadic Colors of #bf864d

#bf864d #4dbf86 #864dbf

Analogous Colors of #bf864d

#bf864d #bfbf4d #bf4d4d

Monochromatic Colors of #bf864d

#bf864d

Complementary Color

#bf864d #4d86bf

#bf864d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf864d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf864d Color CSS Codes

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

#bf864d Text Font Color

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

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


#bf864d Background Color

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

This div background color is #bf864d


#bf864d Border Color

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

This div border color is #bf864d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,134,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 #bf864d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf864d


Comments

No comments written yet.

Please login to write comment.