#B39F18

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

Shades of Lucky #B39F18

Tints of Lucky #B39F18

Color information

#B39F18 (or 0xB39F18) is unknown color: approx Lucky. HEX triplet: B3, 9F and 18. RGB value is (179,159,24). Sum of RGB (Red+Green+Blue) = 179+159+24=362 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.45% from 362); Green value is 159 (62.5% from 255 or 43.92% from 362); Blue value is 24 (9.77% from 255 or 6.63% from 362); Max value from RGB is 179 - color contains mainly: red. Hex color #B39F18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39F18 is #4C60E7. Grayscale: #969696. Windows color (decimal): -5005544 or 1613747. OLE color: 1613747.

HSL color Cylindrical-coordinate representation of color #B39F18: hue angle of 52.26º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B39F18 is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB17915924-
CMYK00.110.870.30
HSL52.26º76.35%39.8%-
HSV(B)52.26º86.59%70.2%-
XYZ31.1534.455.87-
YUV149.5957.13148.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.45%
GREEN value IS 159 (62.5% from 255) = 43.92%
BLUE value IS 24 (9.77% from 255) = 6.63%
R=49.45%
G=43.92%
B=6.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791592400.110.870.3052.2676.3539.8
HexB39F180B571E344c28
Octal26323730013127366411450
Binary101100111001111111000010111010111111101101001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39F18; }

 p { color: rgb(179,159,24); }

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

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

 a { background-color: rgb(179,159,24); }

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

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

 span { border-color: rgb(179,159,24); }

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