#B1960E

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

Shades of Lucky #B1960E

Tints of Lucky #B1960E

Color information

#B1960E (or 0xB1960E) is unknown color: approx Lucky. HEX triplet: B1, 96 and 0E. RGB value is (177,150,14). Sum of RGB (Red+Green+Blue) = 177+150+14=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 150 (58.98% from 255 or 43.99% from 341); Blue value is 14 (5.86% from 255 or 4.11% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B1960E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1960E is #4E69F1. Grayscale: #8F8F8F. Windows color (decimal): -5138930 or 956081. OLE color: 956081.

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

Color convert

RGB17715014-
CMYK00.150.920.31
HSL50.06º85.34%37.45%-
HSV(B)50.06º92.09%69.41%-
XYZ29.1231.194.9-
YUV142.5755.45152.56-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.91%
GREEN value IS 150 (58.98% from 255) = 43.99%
BLUE value IS 14 (5.86% from 255) = 4.11%
R=51.91%
G=43.99%
B=4.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771501400.150.920.3150.0685.3437.45
HexB196E0F5C1F325525
Octal26122616017134376212545
Binary10110001100101101110011111011100111111100101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1960E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1960E; }

 p { color: rgb(177,150,14); }

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

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

 a { background-color: rgb(177,150,14); }

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

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

 span { border-color: rgb(177,150,14); }

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