#B0960F

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

Shades of Lucky #B0960F

Tints of Lucky #B0960F

Color information

#B0960F (or 0xB0960F) is unknown color: approx Lucky. HEX triplet: B0, 96 and 0F. RGB value is (176,150,15). Sum of RGB (Red+Green+Blue) = 176+150+15=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 150 (58.98% from 255 or 43.99% from 341); Blue value is 15 (6.25% from 255 or 4.40% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B0960F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0960F is #4F69F0. Grayscale: #8E8E8E. Windows color (decimal): -5204465 or 1021616. OLE color: 1021616.

HSL color Cylindrical-coordinate representation of color #B0960F: hue angle of 50.31º 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 #B0960F is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB17615015-
CMYK00.150.910.31
HSL50.31º84.29%37.45%-
HSV(B)50.31º91.48%69.02%-
XYZ28.931.084.93-
YUV142.3856.11151.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.61%
GREEN value IS 150 (58.98% from 255) = 43.99%
BLUE value IS 15 (6.25% from 255) = 4.40%
R=51.61%
G=43.99%
B=4.40%

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
Decimal1761501500.150.910.3150.3184.2937.45
HexB096F0F5B1F325425
Octal26022617017133376212445
Binary10110000100101101111011111011011111111100101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0960F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0960F; }

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

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

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

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

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

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

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

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