Color Hex Logo

#bf8f0a Color Hex

#BF8F0A
(191,143,10)
0 Favorites   0 Comments

Color spaces of #bf8f0a

RGB 19114310
HSL0.120.900.39
HSV44°95°75°
CMYK 0.000.250.95   0.25
XYZ31.363130.74324.5682
Yxy30.74320.47040.4611
Hunter Lab55.44663.936333.9277
CIE-Lab62.29028.054365.4874

#bf8f0a color RGB value is (191,143,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10001111 00001010
Octal 277 217 12
Decimal 191 143 10
Hex BF 8F A

RGB Percentages of Color #bf8f0a

%55.52
%41.57
%2.91

CMYK Percentages of Color #bf8f0a

%0
%25
%95
%25

Triadic Colors of #bf8f0a

#bf8f0a #0abf8f #8f0abf

Analogous Colors of #bf8f0a

#bf8f0a #95bf0a #bf350a

Monochromatic Colors of #bf8f0a

#bf8f0a

Complementary Color

#bf8f0a #0a3abf

#bf8f0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf8f0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf8f0a Color CSS Codes

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

#bf8f0a Text Font Color

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

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


#bf8f0a Background Color

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

This div background color is #bf8f0a


#bf8f0a Border Color

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

This div border color is #bf8f0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf8f0a


Comments

No comments written yet.

Please login to write comment.