Color Hex Logo

#bf720a Color Hex

#BF720A
(191,114,10)
0 Favorites   0 Comments

Color spaces of #bf720a

RGB 19111410
HSL0.100.900.39
HSV34°95°75°
CMYK 0.000.400.95   0.25
XYZ27.558023.13293.2998
Yxy23.13290.51040.4285
Hunter Lab48.096718.106129.5999
CIE-Lab55.209023.997660.4189

#bf720a color RGB value is (191,114,10).

#bf720a hex color red value is 191, green value is 114 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #bf720a hue: 0.10 , saturation: 0.90 and the lightness value of bf720a is 0.39.

The process color (four color CMYK) of #bf720a color hex is 0.00, 0.40, 0.95, 0.25. Web safe color of #bf720a is #cc6600. Color #bf720a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110010 00001010
Octal 277 162 12
Decimal 191 114 10
Hex BF 72 A

RGB Percentages of Color #bf720a

%60.63
%36.19
%3.17

CMYK Percentages of Color #bf720a

%0
%40
%95
%25

Triadic Colors of #bf720a

#bf720a #0abf72 #720abf

Analogous Colors of #bf720a

#bf720a #b2bf0a #bf180a

Monochromatic Colors of #bf720a

#bf720a

Complementary Color

#bf720a #0a57bf

#bf720a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf720a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf720a Color CSS Codes

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

#bf720a Text Font Color

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

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


#bf720a Background Color

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

This div background color is #bf720a


#bf720a Border Color

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

This div border color is #bf720a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf720a


Comments

No comments written yet.

Please login to write comment.