Color Hex Logo

#bf730a Color Hex

#BF730A
(191,115,10)
0 Favorites   0 Comments

Color spaces of #bf730a

RGB 19111510
HSL0.100.900.39
HSV35°95°75°
CMYK 0.000.400.95   0.25
XYZ27.671423.35973.3376
Yxy23.35970.50900.4297
Hunter Lab48.331917.615729.7380
CIE-Lab55.440923.451060.5816

#bf730a color RGB value is (191,115,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01110011 00001010
Octal 277 163 12
Decimal 191 115 10
Hex BF 73 A

RGB Percentages of Color #bf730a

%60.44
%36.39
%3.16

CMYK Percentages of Color #bf730a

%0
%40
%95
%25

Triadic Colors of #bf730a

#bf730a #0abf73 #730abf

Analogous Colors of #bf730a

#bf730a #b1bf0a #bf190a

Monochromatic Colors of #bf730a

#bf730a

Complementary Color

#bf730a #0a56bf

#bf730a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf730a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf730a Color CSS Codes

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

#bf730a Text Font Color

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

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


#bf730a Background Color

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

This div background color is #bf730a


#bf730a Border Color

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

This div border color is #bf730a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,115,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 #bf730a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf730a


Comments

No comments written yet.

Please login to write comment.