Color Hex Logo

#bf801c Color Hex

#BF801C
(191,128,28)
0 Favorites   0 Comments

Color spaces of #bf801c

RGB 19112828
HSL0.100.740.43
HSV37°85°75°
CMYK 0.000.330.85   0.25
XYZ29.414626.59854.6823
Yxy26.59850.48460.4382
Hunter Lab51.573711.551830.7188
CIE-Lab58.600816.648258.5525

#bf801c color RGB value is (191,128,28).

#bf801c hex color red value is 191, green value is 128 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #bf801c hue: 0.10 , saturation: 0.74 and the lightness value of bf801c is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10000000 00011100
Octal 277 200 34
Decimal 191 128 28
Hex BF 80 1C

RGB Percentages of Color #bf801c

%55.04
%36.89
%8.07

CMYK Percentages of Color #bf801c

%0
%33
%85
%25

Triadic Colors of #bf801c

#bf801c #1cbf80 #801cbf

Analogous Colors of #bf801c

#bf801c #adbf1c #bf2f1c

Monochromatic Colors of #bf801c

#bf801c

Complementary Color

#bf801c #1c5bbf

#bf801c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf801c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf801c Color CSS Codes

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

#bf801c Text Font Color

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

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


#bf801c Background Color

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

This div background color is #bf801c


#bf801c Border Color

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

This div border color is #bf801c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf801c


Comments

No comments written yet.

Please login to write comment.