#B39916

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

Shades of Lucky #B39916

Tints of Lucky #B39916

Color information

#B39916 (or 0xB39916) is unknown color: approx Lucky. HEX triplet: B3, 99 and 16. RGB value is (179,153,22). Sum of RGB (Red+Green+Blue) = 179+153+22=354 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.56% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 22 (8.98% from 255 or 6.21% from 354); Max value from RGB is 179 - color contains mainly: red. Hex color #B39916 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39916 is #4C66E9. Grayscale: #929292. Windows color (decimal): -5007082 or 1481139. OLE color: 1481139.

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

Color convert

RGB17915322-
CMYK00.150.880.30
HSL50.06º78.11%39.41%-
HSV(B)50.06º87.71%70.2%-
XYZ30.1332.425.43-
YUV145.8458.11151.65-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.56%
GREEN value IS 153 (60.16% from 255) = 43.22%
BLUE value IS 22 (8.98% from 255) = 6.21%
R=50.56%
G=43.22%
B=6.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791532200.150.880.3050.0678.1139.41
HexB399160F581E324e27
Octal26323126017130366211647
Binary101100111001100110110011111011000111101100101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39916; }

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

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

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

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

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

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

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

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