#B0950F

Color #B0950F Lucky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky #B0950F

Tints of Lucky #B0950F

Color information

#B0950F (or 0xB0950F) is unknown color: approx Lucky. HEX triplet: B0, 95 and 0F. RGB value is (176,149,15). Sum of RGB (Red+Green+Blue) = 176+149+15=340 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.76% from 340); Green value is 149 (58.59% from 255 or 43.82% from 340); Blue value is 15 (6.25% from 255 or 4.41% from 340); Max value from RGB is 176 - color contains mainly: red. Hex color #B0950F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0950F is #4F6AF0. Grayscale: #8E8E8E. Windows color (decimal): -5204721 or 1021360. OLE color: 1021360.

HSL color Cylindrical-coordinate representation of color #B0950F: hue angle of 49.94º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B0950F is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB17614915-
CMYK00.150.910.31
HSL49.94º84.29%37.45%-
HSV(B)49.94º91.48%69.02%-
XYZ28.7430.764.87-
YUV141.856.45152.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 51.76%
GREEN value IS 149 (58.59% from 255) = 43.82%
BLUE value IS 15 (6.25% from 255) = 4.41%
R=51.76%
G=43.82%
B=4.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761491500.150.910.3149.9484.2937.45
HexB095F0F5B1F325425
Octal26022517017133376212445
Binary10110000100101011111011111011011111111100101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0950F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0950F; }

 p { color: rgb(176,149,15); }

 H1.HeaderClassName
 {
   color: #B0950F;
 }
 .AnyTagClassName
 {
   color: #B0950F;
 }
</style>
background-color css

<style>
 a { background-color: #B0950F; }

 a { background-color: rgb(176,149,15); }

 div.DivClassName
 {
   background-color: #B0950F;
 }
 .BgClassName
 {
   background-color: #B0950F;
 }
</style>
border-color css

<style>
 span { border-color: #B0950F; }

 span { border-color: rgb(176,149,15); }

 td.TdClassName
 {
   border-color: #B0950F;
 }
 .TagClassName
 {
   border-color: #B0950F;
 }
</style>