#B39A16

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

Shades of Lucky #B39A16

Tints of Lucky #B39A16

Color information

#B39A16 (or 0xB39A16) is unknown color: approx Lucky. HEX triplet: B3, 9A and 16. RGB value is (179,154,22). Sum of RGB (Red+Green+Blue) = 179+154+22=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 154 (60.55% from 255 or 43.38% from 355); Blue value is 22 (8.98% from 255 or 6.20% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B39A16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39A16 is #4C65E9. Grayscale: #929292. Windows color (decimal): -5006826 or 1481395. OLE color: 1481395.

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

Color convert

RGB17915422-
CMYK00.140.880.30
HSL50.45º78.11%39.41%-
HSV(B)50.45º87.71%70.2%-
XYZ30.2932.755.48-
YUV146.4357.78151.23-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.42%
GREEN value IS 154 (60.55% from 255) = 43.38%
BLUE value IS 22 (8.98% from 255) = 6.20%
R=50.42%
G=43.38%
B=6.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791542200.140.880.3050.4578.1139.41
HexB39A160E581E324e27
Octal26323226016130366211647
Binary101100111001101010110011101011000111101100101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39A16; }

 p { color: rgb(179,154,22); }

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

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

 a { background-color: rgb(179,154,22); }

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

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

 span { border-color: rgb(179,154,22); }

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