#B39E01

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

Shades of Lucky #B39E01

Tints of Lucky #B39E01

Color information

#B39E01 (or 0xB39E01) is unknown color: approx Lucky. HEX triplet: B3, 9E and 01. RGB value is (179,158,1). Sum of RGB (Red+Green+Blue) = 179+158+1=338 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.96% from 338); Green value is 158 (62.11% from 255 or 46.75% from 338); Blue value is 1 (0.78% from 255 or 0.30% from 338); Max value from RGB is 179 - color contains mainly: red. Hex color #B39E01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39E01 is #4C61FE. Grayscale: #939393. Windows color (decimal): -5005823 or 106163. OLE color: 106163.

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

Color convert

RGB1791581-
CMYK00.120.990.30
HSL52.92º98.89%35.29%-
HSV(B)52.92º99.44%70.2%-
XYZ30.8234.044.97-
YUV146.3845.96151.27-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.96%
GREEN value IS 158 (62.11% from 255) = 46.75%
BLUE value IS 1 (0.78% from 255) = 0.30%
R=52.96%
G=46.75%
B=0.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179158100.120.990.3052.9298.8935.29
HexB39E10C631E356323
Octal2632361014143366514343
Binary10110011100111101011001100011111101101011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39E01; }

 p { color: rgb(179,158,1); }

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

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

 a { background-color: rgb(179,158,1); }

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

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

 span { border-color: rgb(179,158,1); }

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