Color Hex Logo

#bf930a Color Hex

#BF930A
(191,147,10)
0 Favorites   0 Comments

Color spaces of #bf930a

RGB 19114710
HSL0.130.900.39
HSV45°95°75°
CMYK 0.000.230.95   0.25
XYZ31.974431.96574.7719
Yxy31.96570.46530.4652
Hunter Lab56.53822.006334.5726
CIE-Lab63.31455.869766.2354

#bf930a color RGB value is (191,147,10).

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

The process color (four color CMYK) of #bf930a color hex is 0.00, 0.23, 0.95, 0.25. Web safe color of #bf930a is #cc9900. Color #bf930a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10010011 00001010
Octal 277 223 12
Decimal 191 147 10
Hex BF 93 A

RGB Percentages of Color #bf930a

%54.89
%42.24
%2.87

CMYK Percentages of Color #bf930a

%0
%23
%95
%25

Triadic Colors of #bf930a

#bf930a #0abf93 #930abf

Analogous Colors of #bf930a

#bf930a #91bf0a #bf390a

Monochromatic Colors of #bf930a

#bf930a

Complementary Color

#bf930a #0a36bf

#bf930a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf930a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf930a Color CSS Codes

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

#bf930a Text Font Color

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

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


#bf930a Background Color

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

This div background color is #bf930a


#bf930a Border Color

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

This div border color is #bf930a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf930a


Comments

No comments written yet.

Please login to write comment.