#B39C18

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

Shades of Lucky #B39C18

Tints of Lucky #B39C18

Color information

#B39C18 (or 0xB39C18) is unknown color: approx Lucky. HEX triplet: B3, 9C and 18. RGB value is (179,156,24). Sum of RGB (Red+Green+Blue) = 179+156+24=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 156 (61.33% from 255 or 43.45% from 359); Blue value is 24 (9.77% from 255 or 6.69% from 359); Max value from RGB is 179 - color contains mainly: red. Hex color #B39C18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39C18 is #4C63E7. Grayscale: #949494. Windows color (decimal): -5006312 or 1612979. OLE color: 1612979.

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

Color convert

RGB17915624-
CMYK00.130.870.30
HSL51.1º76.35%39.8%-
HSV(B)51.1º86.59%70.2%-
XYZ30.6433.435.7-
YUV147.8358.12150.23-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.86%
GREEN value IS 156 (61.33% from 255) = 43.45%
BLUE value IS 24 (9.77% from 255) = 6.69%
R=49.86%
G=43.45%
B=6.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791562400.130.870.3051.176.3539.8
HexB39C180D571E334c28
Octal26323430015127366311450
Binary101100111001110011000011011010111111101100111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39C18; }

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

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

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

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

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

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

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

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