#B39A06

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

Shades of Buddha Gold #B39A06

Tints of Buddha Gold #B39A06

Color information

#B39A06 (or 0xB39A06) is unknown color: approx Buddha Gold. HEX triplet: B3, 9A and 06. RGB value is (179,154,6). Sum of RGB (Red+Green+Blue) = 179+154+6=339 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.80% from 339); Green value is 154 (60.55% from 255 or 45.43% from 339); Blue value is 6 (2.73% from 255 or 1.77% from 339); Max value from RGB is 179 - color contains mainly: red. Hex color #B39A06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39A06 is #4C65F9. Grayscale: #919191. Windows color (decimal): -5006842 or 432819. OLE color: 432819.

HSL color Cylindrical-coordinate representation of color #B39A06: hue angle of 51.33º 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 #B39A06 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB1791546-
CMYK00.140.970.30
HSL51.33º93.51%36.27%-
HSV(B)51.33º96.65%70.2%-
XYZ30.1832.714.89-
YUV144.649.78152.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.80%
GREEN value IS 154 (60.55% from 255) = 45.43%
BLUE value IS 6 (2.73% from 255) = 1.77%
R=52.80%
G=45.43%
B=1.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.97
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179154600.140.970.3051.3393.5136.27
HexB39A60E611E335e24
Octal2632326016141366313644
Binary1011001110011010110011101100001111101100111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39A06; }

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

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

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

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

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

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

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

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