#B29D06

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

Shades of Lucky #B29D06

Tints of Lucky #B29D06

Color information

#B29D06 (or 0xB29D06) is unknown color: approx Lucky. HEX triplet: B2, 9D and 06. RGB value is (178,157,6). Sum of RGB (Red+Green+Blue) = 178+157+6=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 157 (61.72% from 255 or 46.04% from 341); Blue value is 6 (2.73% from 255 or 1.76% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29D06 is #4D62F9. Grayscale: #929292. Windows color (decimal): -5071610 or 433586. OLE color: 433586.

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

Color convert

RGB1781576-
CMYK00.120.970.30
HSL52.67º93.48%36.08%-
HSV(B)52.67º96.63%69.8%-
XYZ30.4533.595.05-
YUV146.0648.96150.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.20%
GREEN value IS 157 (61.72% from 255) = 46.04%
BLUE value IS 6 (2.73% from 255) = 1.76%
R=52.20%
G=46.04%
B=1.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.97
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178157600.120.970.3052.6793.4836.08
HexB29D60C611E355d24
Octal2622356014141366513544
Binary1011001010011101110011001100001111101101011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29D06; }

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

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

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

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

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

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

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

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