#B29513

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

Shades of Lucky #B29513

Tints of Lucky #B29513

Color information

#B29513 (or 0xB29513) is unknown color: approx Lucky. HEX triplet: B2, 95 and 13. RGB value is (178,149,19). Sum of RGB (Red+Green+Blue) = 178+149+19=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 19 (7.81% from 255 or 5.49% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B29513 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29513 is #4D6AEC. Grayscale: #8F8F8F. Windows color (decimal): -5073645 or 1283506. OLE color: 1283506.

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

Color convert

RGB17814919-
CMYK00.160.890.30
HSL49.06º80.71%38.63%-
HSV(B)49.06º89.33%69.8%-
XYZ29.2331.015.06-
YUV142.8558.11153.07-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.45%
GREEN value IS 149 (58.59% from 255) = 43.06%
BLUE value IS 19 (7.81% from 255) = 5.49%
R=51.45%
G=43.06%
B=5.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.89
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781491900.160.890.3049.0680.7138.63
HexB29513010591E315127
Octal26222523020131366112147
Binary1011001010010101100110100001011001111101100011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29513; }

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

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

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

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

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

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

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

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