#B29C0F

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

Shades of Lucky #B29C0F

Tints of Lucky #B29C0F

Color information

#B29C0F (or 0xB29C0F) is unknown color: approx Lucky. HEX triplet: B2, 9C and 0F. RGB value is (178,156,15). Sum of RGB (Red+Green+Blue) = 178+156+15=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 156 (61.33% from 255 or 44.70% from 349); Blue value is 15 (6.25% from 255 or 4.30% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B29C0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29C0F is #4D63F0. Grayscale: #939393. Windows color (decimal): -5071857 or 1023154. OLE color: 1023154.

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

Color convert

RGB17815615-
CMYK00.120.920.30
HSL51.9º84.46%37.84%-
HSV(B)51.9º91.57%69.8%-
XYZ30.3333.285.28-
YUV146.553.79150.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.00%
GREEN value IS 156 (61.33% from 255) = 44.70%
BLUE value IS 15 (6.25% from 255) = 4.30%
R=51.00%
G=44.70%
B=4.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781561500.120.920.3051.984.4637.84
HexB29CF0C5C1E345426
Octal26223417014134366412446
Binary10110010100111001111011001011100111101101001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29C0F; }

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

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

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

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

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

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

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

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