Color Hex Logo

#bf804a Color Hex

#BF804A
(191,128,74)
0 Favorites   0 Comments

Color spaces of #bf804a

RGB 19112874
HSL0.080.480.52
HSV28°61°75°
CMYK 0.000.330.61   0.25
XYZ30.441127.009110.0874
Yxy27.00910.45070.3999
Hunter Lab51.970313.606724.8710
CIE-Lab58.982718.891338.7831

#bf804a color RGB value is (191,128,74).

#bf804a hex color red value is 191, green value is 128 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bf804a hue: 0.08 , saturation: 0.48 and the lightness value of bf804a is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10000000 01001010
Octal 277 200 112
Decimal 191 128 74
Hex BF 80 4A

RGB Percentages of Color #bf804a

%48.60
%32.57
%18.83

CMYK Percentages of Color #bf804a

%0
%33
%61
%25

Triadic Colors of #bf804a

#bf804a #4abf80 #804abf

Analogous Colors of #bf804a

#bf804a #bfbb4a #bf4a4f

Monochromatic Colors of #bf804a

#bf804a

Complementary Color

#bf804a #4a89bf

#bf804a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf804a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf804a Color CSS Codes

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

#bf804a Text Font Color

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

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


#bf804a Background Color

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

This div background color is #bf804a


#bf804a Border Color

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

This div border color is #bf804a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf804a


Comments

No comments written yet.

Please login to write comment.