#B39F02

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

Shades of Lucky #B39F02

Tints of Lucky #B39F02

Color information

#B39F02 (or 0xB39F02) is unknown color: approx Lucky. HEX triplet: B3, 9F and 02. RGB value is (179,159,2). Sum of RGB (Red+Green+Blue) = 179+159+2=340 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.65% from 340); Green value is 159 (62.5% from 255 or 46.76% from 340); Blue value is 2 (1.17% from 255 or 0.59% from 340); Max value from RGB is 179 - color contains mainly: red. Hex color #B39F02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39F02 is #4C60FD. Grayscale: #939393. Windows color (decimal): -5005566 or 171955. OLE color: 171955.

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

Color convert

RGB1791592-
CMYK00.110.990.30
HSL53.22º97.79%35.49%-
HSV(B)53.22º98.88%70.2%-
XYZ3134.385.06-
YUV147.0846.13150.77-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.65%
GREEN value IS 159 (62.5% from 255) = 46.76%
BLUE value IS 2 (1.17% from 255) = 0.59%
R=52.65%
G=46.76%
B=0.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179159200.110.990.3053.2297.7935.49
HexB39F20B631E356223
Octal2632372013143366514243
Binary101100111001111110010111100011111101101011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39F02; }

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

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

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

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

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

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

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

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