#B39E16

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

Shades of Lucky #B39E16

Tints of Lucky #B39E16

Color information

#B39E16 (or 0xB39E16) is unknown color: approx Lucky. HEX triplet: B3, 9E and 16. RGB value is (179,158,22). Sum of RGB (Red+Green+Blue) = 179+158+22=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 158 (62.11% from 255 or 44.01% from 359); Blue value is 22 (8.98% from 255 or 6.13% from 359); Max value from RGB is 179 - color contains mainly: red. Hex color #B39E16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39E16 is #4C61E9. Grayscale: #959595. Windows color (decimal): -5005802 or 1482419. OLE color: 1482419.

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

Color convert

RGB17915822-
CMYK00.120.880.30
HSL51.97º78.11%39.41%-
HSV(B)51.97º87.71%70.2%-
XYZ30.9634.15.71-
YUV148.7856.46149.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.86%
GREEN value IS 158 (62.11% from 255) = 44.01%
BLUE value IS 22 (8.98% from 255) = 6.13%
R=49.86%
G=44.01%
B=6.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791582200.120.880.3051.9778.1139.41
HexB39E160C581E344e27
Octal26323626014130366411647
Binary101100111001111010110011001011000111101101001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39E16; }

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

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

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

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

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

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

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

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