Color Hex Logo

#bf802e Color Hex

#BF802E
(191,128,46)
0 Favorites   0 Comments

Color spaces of #bf802e

RGB 19112846
HSL0.090.610.46
HSV34°76°75°
CMYK 0.000.330.76   0.25
XYZ29.698226.71206.1754
Yxy26.71200.47450.4268
Hunter Lab51.683712.122429.0943
CIE-Lab58.706817.275051.9629

#bf802e color RGB value is (191,128,46).

#bf802e hex color red value is 191, green value is 128 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bf802e hue: 0.09 , saturation: 0.61 and the lightness value of bf802e is 0.46.

The process color (four color CMYK) of #bf802e color hex is 0.00, 0.33, 0.76, 0.25. Web safe color of #bf802e is #cc9933. Color #bf802e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10000000 00101110
Octal 277 200 56
Decimal 191 128 46
Hex BF 80 2E

RGB Percentages of Color #bf802e

%52.33
%35.07
%12.60

CMYK Percentages of Color #bf802e

%0
%33
%76
%25

Triadic Colors of #bf802e

#bf802e #2ebf80 #802ebf

Analogous Colors of #bf802e

#bf802e #b6bf2e #bf382e

Monochromatic Colors of #bf802e

#bf802e

Complementary Color

#bf802e #2e6dbf

#bf802e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf802e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf802e Color CSS Codes

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

#bf802e Text Font Color

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

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


#bf802e Background Color

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

This div background color is #bf802e


#bf802e Border Color

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

This div border color is #bf802e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf802e


Comments

No comments written yet.

Please login to write comment.