#b29e0c

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

Shades of Lucky #B29E0C

Tints of Lucky #B29E0C

Color information

#B29E0C (or 0xB29E0C) is unknown color: approx Lucky. HEX triplet: B2, 9E and 0C. RGB value is (178,158,12). Sum of RGB (Red+Green+Blue) = 178+158+12=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 158 (62.11% from 255 or 45.40% from 348); Blue value is 12 (5.08% from 255 or 3.45% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B29E0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29E0C is #4D61F3. Grayscale: #939393. Windows color (decimal): -5071348 or 827058. OLE color: 827058.

HSL color Cylindrical-coordinate representation of color #B29E0C: hue angle of 52.77º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B29E0C is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB17815812-
CMYK00.110.930.30
HSL52.77º87.37%37.25%-
HSV(B)52.77º93.26%69.8%-
XYZ30.6533.955.28-
YUV147.3451.63149.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.15%
GREEN value IS 158 (62.11% from 255) = 45.40%
BLUE value IS 12 (5.08% from 255) = 3.45%
R=51.15%
G=45.40%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781581200.110.930.3052.7787.3737.25
HexB29EC0B5D1E355725
Octal26223614013135366512745
Binary10110010100111101100010111011101111101101011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b29e0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b29e0c; }

 p { color: rgb(178,158,12); }

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

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

 a { background-color: rgb(178,158,12); }

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

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

 span { border-color: rgb(178,158,12); }

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