#B1970E

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

Shades of Lucky #B1970E

Tints of Lucky #B1970E

Color information

#B1970E (or 0xB1970E) is unknown color: approx Lucky. HEX triplet: B1, 97 and 0E. RGB value is (177,151,14). Sum of RGB (Red+Green+Blue) = 177+151+14=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 151 (59.38% from 255 or 44.15% from 342); Blue value is 14 (5.86% from 255 or 4.09% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B1970E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1970E is #4E68F1. Grayscale: #8F8F8F. Windows color (decimal): -5138674 or 956337. OLE color: 956337.

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

Color convert

RGB17715114-
CMYK00.150.920.31
HSL50.43º85.34%37.45%-
HSV(B)50.43º92.09%69.41%-
XYZ29.2831.514.95-
YUV143.1655.11152.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.75%
GREEN value IS 151 (59.38% from 255) = 44.15%
BLUE value IS 14 (5.86% from 255) = 4.09%
R=51.75%
G=44.15%
B=4.09%

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
Decimal1771511400.150.920.3150.4385.3437.45
HexB197E0F5C1F325525
Octal26122716017134376212545
Binary10110001100101111110011111011100111111100101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1970E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1970E; }

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

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

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

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

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

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

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

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