Color Hex Logo

#bf8847 Color Hex

#BF8847
(191,136,71)
0 Favorites   0 Comments

Color spaces of #bf8847

RGB 19113671
HSL0.090.480.51
HSV33°63°75°
CMYK 0.000.290.63   0.25
XYZ31.427329.13969.9293
Yxy29.13960.44580.4133
Hunter Lab53.98119.454126.8810
CIE-Lab60.904614.262442.5720

#bf8847 color RGB value is (191,136,71).

#bf8847 hex color red value is 191, green value is 136 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #bf8847 hue: 0.09 , saturation: 0.48 and the lightness value of bf8847 is 0.51.

The process color (four color CMYK) of #bf8847 color hex is 0.00, 0.29, 0.63, 0.25. Web safe color of #bf8847 is #cc9933. Color #bf8847 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10001000 01000111
Octal 277 210 107
Decimal 191 136 71
Hex BF 88 47

RGB Percentages of Color #bf8847

%47.99
%34.17
%17.84

CMYK Percentages of Color #bf8847

%0
%29
%63
%25

Triadic Colors of #bf8847

#bf8847 #47bf88 #8847bf

Analogous Colors of #bf8847

#bf8847 #babf47 #bf4c47

Monochromatic Colors of #bf8847

#bf8847

Complementary Color

#bf8847 #477ebf

#bf8847 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf8847 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf8847 Color CSS Codes

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

#bf8847 Text Font Color

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

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


#bf8847 Background Color

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

This div background color is #bf8847


#bf8847 Border Color

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

This div border color is #bf8847


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf8847


Comments

No comments written yet.

Please login to write comment.