#B39A0B

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

Shades of Lucky #B39A0B

Tints of Lucky #B39A0B

Color information

#B39A0B (or 0xB39A0B) is unknown color: approx Lucky. HEX triplet: B3, 9A and 0B. RGB value is (179,154,11). Sum of RGB (Red+Green+Blue) = 179+154+11=344 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.03% from 344); Green value is 154 (60.55% from 255 or 44.77% from 344); Blue value is 11 (4.69% from 255 or 3.20% from 344); Max value from RGB is 179 - color contains mainly: red. Hex color #B39A0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39A0B is #4C65F4. Grayscale: #919191. Windows color (decimal): -5006837 or 760499. OLE color: 760499.

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

Color convert

RGB17915411-
CMYK00.140.940.30
HSL51.07º88.42%37.25%-
HSV(B)51.07º93.85%70.2%-
XYZ30.2132.725.04-
YUV145.1752.28152.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.03%
GREEN value IS 154 (60.55% from 255) = 44.77%
BLUE value IS 11 (4.69% from 255) = 3.20%
R=52.03%
G=44.77%
B=3.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791541100.140.940.3051.0788.4237.25
HexB39AB0E5E1E335825
Octal26323213016136366313045
Binary10110011100110101011011101011110111101100111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39A0B; }

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

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

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

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

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

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

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

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