#B29A0F

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

Shades of Lucky #B29A0F

Tints of Lucky #B29A0F

Color information

#B29A0F (or 0xB29A0F) is unknown color: approx Lucky. HEX triplet: B2, 9A and 0F. RGB value is (178,154,15). Sum of RGB (Red+Green+Blue) = 178+154+15=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 154 (60.55% from 255 or 44.38% from 347); Blue value is 15 (6.25% from 255 or 4.32% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29A0F is #4D65F0. Grayscale: #919191. Windows color (decimal): -5072369 or 1022642. OLE color: 1022642.

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

Color convert

RGB17815415-
CMYK00.130.920.30
HSL51.17º84.46%37.84%-
HSV(B)51.17º91.57%69.8%-
XYZ3032.615.17-
YUV145.3354.45151.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.30%
GREEN value IS 154 (60.55% from 255) = 44.38%
BLUE value IS 15 (6.25% from 255) = 4.32%
R=51.30%
G=44.38%
B=4.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781541500.130.920.3051.1784.4637.84
HexB29AF0D5C1E335426
Octal26223217015134366312446
Binary10110010100110101111011011011100111101100111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29A0F; }

 p { color: rgb(178,154,15); }

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

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

 a { background-color: rgb(178,154,15); }

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

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

 span { border-color: rgb(178,154,15); }

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