#b2971c

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

Shades of Lucky #B2971C

Tints of Lucky #B2971C

Color information

#B2971C (or 0xB2971C) is unknown color: approx Lucky. HEX triplet: B2, 97 and 1C. RGB value is (178,151,28). Sum of RGB (Red+Green+Blue) = 178+151+28=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 28 (11.33% from 255 or 7.84% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B2971C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2971C is #4D68E3. Grayscale: #919191. Windows color (decimal): -5073124 or 1873842. OLE color: 1873842.

HSL color Cylindrical-coordinate representation of color #B2971C: hue angle of 49.2º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B2971C is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB17815128-
CMYK00.150.840.30
HSL49.2º72.82%40.39%-
HSV(B)49.2º84.27%69.8%-
XYZ29.6431.685.65-
YUV145.0561.95151.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.86%
GREEN value IS 151 (59.38% from 255) = 42.30%
BLUE value IS 28 (11.33% from 255) = 7.84%
R=49.86%
G=42.30%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.84
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781512800.150.840.3049.272.8240.39
HexB2971C0F541E314928
Octal26222734017124366111150
Binary101100101001011111100011111010100111101100011001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2971c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2971c; }

 p { color: rgb(178,151,28); }

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

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

 a { background-color: rgb(178,151,28); }

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

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

 span { border-color: rgb(178,151,28); }

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