#B29216

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

Shades of Lucky #B29216

Tints of Lucky #B29216

Color information

#B29216 (or 0xB29216) is unknown color: approx Lucky. HEX triplet: B2, 92 and 16. RGB value is (178,146,22). Sum of RGB (Red+Green+Blue) = 178+146+22=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 146 (57.42% from 255 or 42.20% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B29216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29216 is #4D6DE9. Grayscale: #8D8D8D. Windows color (decimal): -5074410 or 1479346. OLE color: 1479346.

HSL color Cylindrical-coordinate representation of color #B29216: hue angle of 47.69º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B29216 is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB17814622-
CMYK00.180.880.30
HSL47.69º78%39.22%-
HSV(B)47.69º87.64%69.8%-
XYZ28.7830.085.05-
YUV141.4360.6154.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.45%
GREEN value IS 146 (57.42% from 255) = 42.20%
BLUE value IS 22 (8.98% from 255) = 6.36%
R=51.45%
G=42.20%
B=6.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781462200.180.880.3047.697839.22
HexB29216012581E304e27
Octal26222226022130366011647
Binary1011001010010010101100100101011000111101100001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29216; }

 p { color: rgb(178,146,22); }

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

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

 a { background-color: rgb(178,146,22); }

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

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

 span { border-color: rgb(178,146,22); }

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