#B29E06

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

Shades of Lucky #B29E06

Tints of Lucky #B29E06

Color information

#B29E06 (or 0xB29E06) is unknown color: approx Lucky. HEX triplet: B2, 9E and 06. RGB value is (178,158,6). Sum of RGB (Red+Green+Blue) = 178+158+6=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 158 (62.11% from 255 or 46.20% from 342); Blue value is 6 (2.73% from 255 or 1.75% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B29E06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29E06 is #4D61F9. Grayscale: #939393. Windows color (decimal): -5071354 or 433842. OLE color: 433842.

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

Color convert

RGB1781586-
CMYK00.110.970.30
HSL53.02º93.48%36.08%-
HSV(B)53.02º96.63%69.8%-
XYZ30.6233.935.11-
YUV146.6548.63150.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.05%
GREEN value IS 158 (62.11% from 255) = 46.20%
BLUE value IS 6 (2.73% from 255) = 1.75%
R=52.05%
G=46.20%
B=1.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.97
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178158600.110.970.3053.0293.4836.08
HexB29E60B611E355d24
Octal2622366013141366513544
Binary1011001010011110110010111100001111101101011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29E06; }

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

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

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

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

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

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

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

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