#B59E11

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

Shades of Buddha Gold #B59E11

Tints of Buddha Gold #B59E11

Color information

#B59E11 (or 0xB59E11) is unknown color: approx Buddha Gold. HEX triplet: B5, 9E and 11. RGB value is (181,158,17). Sum of RGB (Red+Green+Blue) = 181+158+17=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 158 (62.11% from 255 or 44.38% from 356); Blue value is 17 (7.03% from 255 or 4.78% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B59E11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B59E11 is #4A61EE. Grayscale: #959595. Windows color (decimal): -4874735 or 1154741. OLE color: 1154741.

HSL color Cylindrical-coordinate representation of color #B59E11: hue angle of 51.59º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B59E11 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB18115817-
CMYK00.130.910.29
HSL51.59º82.83%38.82%-
HSV(B)51.59º90.61%70.98%-
XYZ31.3834.325.5-
YUV148.853.62150.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.84%
GREEN value IS 158 (62.11% from 255) = 44.38%
BLUE value IS 17 (7.03% from 255) = 4.78%
R=50.84%
G=44.38%
B=4.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811581700.130.910.2951.5982.8338.82
HexB59E110D5B1D345327
Octal26523621015133356412347
Binary101101011001111010001011011011011111011101001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59E11; }

 p { color: rgb(181,158,17); }

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

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

 a { background-color: rgb(181,158,17); }

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

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

 span { border-color: rgb(181,158,17); }

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