#B39A0F

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

Shades of Lucky #B39A0F

Tints of Lucky #B39A0F

Color information

#B39A0F (or 0xB39A0F) is unknown color: approx Lucky. HEX triplet: B3, 9A and 0F. RGB value is (179,154,15). Sum of RGB (Red+Green+Blue) = 179+154+15=348 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.44% from 348); Green value is 154 (60.55% from 255 or 44.25% from 348); Blue value is 15 (6.25% from 255 or 4.31% from 348); Max value from RGB is 179 - color contains mainly: red. Hex color #B39A0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39A0F is #4C65F0. Grayscale: #929292. Windows color (decimal): -5006833 or 1022643. OLE color: 1022643.

HSL color Cylindrical-coordinate representation of color #B39A0F: hue angle of 50.85º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B39A0F is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB17915415-
CMYK00.140.920.30
HSL50.85º84.54%38.04%-
HSV(B)50.85º91.62%70.2%-
XYZ30.2332.735.18-
YUV145.6354.28151.8-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.44%
GREEN value IS 154 (60.55% from 255) = 44.25%
BLUE value IS 15 (6.25% from 255) = 4.31%
R=51.44%
G=44.25%
B=4.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791541500.140.920.3050.8584.5438.04
HexB39AF0E5C1E335526
Octal26323217016134366312546
Binary10110011100110101111011101011100111101100111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39A0F; }

 p { color: rgb(179,154,15); }

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

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

 a { background-color: rgb(179,154,15); }

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

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

 span { border-color: rgb(179,154,15); }

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