#B29413

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

Shades of Lucky #B29413

Tints of Lucky #B29413

Color information

#B29413 (or 0xB29413) is unknown color: approx Lucky. HEX triplet: B2, 94 and 13. RGB value is (178,148,19). Sum of RGB (Red+Green+Blue) = 178+148+19=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B29413 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29413 is #4D6BEC. Grayscale: #8E8E8E. Windows color (decimal): -5073901 or 1283250. OLE color: 1283250.

HSL color Cylindrical-coordinate representation of color #B29413: hue angle of 48.68º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B29413 is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB17814819-
CMYK00.170.890.30
HSL48.68º80.71%38.63%-
HSV(B)48.68º89.33%69.8%-
XYZ29.0730.695.01-
YUV142.2658.44153.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.59%
GREEN value IS 148 (58.20% from 255) = 42.90%
BLUE value IS 19 (7.81% from 255) = 5.51%
R=51.59%
G=42.90%
B=5.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.89
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781481900.170.890.3048.6880.7138.63
HexB29413011591E315127
Octal26222423021131366112147
Binary1011001010010100100110100011011001111101100011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29413; }

 p { color: rgb(178,148,19); }

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

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

 a { background-color: rgb(178,148,19); }

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

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

 span { border-color: rgb(178,148,19); }

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