#B39F15

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

Shades of Lucky #B39F15

Tints of Lucky #B39F15

Color information

#B39F15 (or 0xB39F15) is unknown color: approx Lucky. HEX triplet: B3, 9F and 15. RGB value is (179,159,21). Sum of RGB (Red+Green+Blue) = 179+159+21=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 159 (62.5% from 255 or 44.29% from 359); Blue value is 21 (8.59% from 255 or 5.85% from 359); Max value from RGB is 179 - color contains mainly: red. Hex color #B39F15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39F15 is #4C60EA. Grayscale: #959595. Windows color (decimal): -5005547 or 1417139. OLE color: 1417139.

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

Color convert

RGB17915921-
CMYK00.110.880.30
HSL52.41º79%39.22%-
HSV(B)52.41º88.27%70.2%-
XYZ31.1234.435.72-
YUV149.2555.63149.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.86%
GREEN value IS 159 (62.5% from 255) = 44.29%
BLUE value IS 21 (8.59% from 255) = 5.85%
R=49.86%
G=44.29%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791592100.110.880.3052.417939.22
HexB39F150B581E344f27
Octal26323725013130366411747
Binary101100111001111110101010111011000111101101001001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39F15; }

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

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

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

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

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

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

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

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