#B29B0F

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

Shades of Lucky #B29B0F

Tints of Lucky #B29B0F

Color information

#B29B0F (or 0xB29B0F) is unknown color: approx Lucky. HEX triplet: B2, 9B and 0F. RGB value is (178,155,15). Sum of RGB (Red+Green+Blue) = 178+155+15=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 155 (60.94% from 255 or 44.54% from 348); Blue value is 15 (6.25% from 255 or 4.31% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B29B0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29B0F is #4D64F0. Grayscale: #929292. Windows color (decimal): -5072113 or 1022898. OLE color: 1022898.

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

Color convert

RGB17815515-
CMYK00.130.920.30
HSL51.53º84.46%37.84%-
HSV(B)51.53º91.57%69.8%-
XYZ30.1732.945.22-
YUV145.9254.12150.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.15%
GREEN value IS 155 (60.94% from 255) = 44.54%
BLUE value IS 15 (6.25% from 255) = 4.31%
R=51.15%
G=44.54%
B=4.31%

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
Decimal1781551500.130.920.3051.5384.4637.84
HexB29BF0D5C1E345426
Octal26223317015134366412446
Binary10110010100110111111011011011100111101101001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29B0F; }

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

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

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

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

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

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

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

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