#B39B06

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

Shades of Lucky #B39B06

Tints of Lucky #B39B06

Color information

#B39B06 (or 0xB39B06) is unknown color: approx Lucky. HEX triplet: B3, 9B and 06. RGB value is (179,155,6). Sum of RGB (Red+Green+Blue) = 179+155+6=340 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.65% from 340); Green value is 155 (60.94% from 255 or 45.59% from 340); Blue value is 6 (2.73% from 255 or 1.76% from 340); Max value from RGB is 179 - color contains mainly: red. Hex color #B39B06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39B06 is #4C64F9. Grayscale: #919191. Windows color (decimal): -5006586 or 433075. OLE color: 433075.

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

Color convert

RGB1791556-
CMYK00.130.970.30
HSL51.68º93.51%36.27%-
HSV(B)51.68º96.65%70.2%-
XYZ30.3433.044.95-
YUV145.1949.45152.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.65%
GREEN value IS 155 (60.94% from 255) = 45.59%
BLUE value IS 6 (2.73% from 255) = 1.76%
R=52.65%
G=45.59%
B=1.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.97
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179155600.130.970.3051.6893.5136.27
HexB39B60D611E345e24
Octal2632336015141366413644
Binary1011001110011011110011011100001111101101001011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39B06; }

 p { color: rgb(179,155,6); }

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

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

 a { background-color: rgb(179,155,6); }

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

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

 span { border-color: rgb(179,155,6); }

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