#B1970F

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

Shades of Lucky #B1970F

Tints of Lucky #B1970F

Color information

#B1970F (or 0xB1970F) is unknown color: approx Lucky. HEX triplet: B1, 97 and 0F. RGB value is (177,151,15). Sum of RGB (Red+Green+Blue) = 177+151+15=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 151 (59.38% from 255 or 44.02% from 343); Blue value is 15 (6.25% from 255 or 4.37% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B1970F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1970F is #4E68F0. Grayscale: #8F8F8F. Windows color (decimal): -5138673 or 1021873. OLE color: 1021873.

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

Color convert

RGB17715115-
CMYK00.150.920.31
HSL50.37º84.38%37.65%-
HSV(B)50.37º91.53%69.41%-
XYZ29.2831.514.99-
YUV143.2755.61152.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.60%
GREEN value IS 151 (59.38% from 255) = 44.02%
BLUE value IS 15 (6.25% from 255) = 4.37%
R=51.60%
G=44.02%
B=4.37%

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
Decimal1771511500.150.920.3150.3784.3837.65
HexB197F0F5C1F325426
Octal26122717017134376212446
Binary10110001100101111111011111011100111111100101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1970F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1970F; }

 p { color: rgb(177,151,15); }

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

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

 a { background-color: rgb(177,151,15); }

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

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

 span { border-color: rgb(177,151,15); }

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