#b59810

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

Shades of Buddha Gold #B59810

Tints of Buddha Gold #B59810

Color information

#B59810 (or 0xB59810) is unknown color: approx Buddha Gold. HEX triplet: B5, 98 and 10. RGB value is (181,152,16). Sum of RGB (Red+Green+Blue) = 181+152+16=349 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.86% from 349); Green value is 152 (59.77% from 255 or 43.55% from 349); Blue value is 16 (6.64% from 255 or 4.58% from 349); Max value from RGB is 181 - color contains mainly: red. Hex color #B59810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B59810 is #4A67EF. Grayscale: #919191. Windows color (decimal): -4876272 or 1087669. OLE color: 1087669.

HSL color Cylindrical-coordinate representation of color #B59810: hue angle of 49.45º degrees, saturation: 0.84, 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 #B59810 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB18115216-
CMYK00.160.910.29
HSL49.45º83.76%38.63%-
HSV(B)49.45º91.16%70.98%-
XYZ30.3832.325.13-
YUV145.1755.11153.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.86%
GREEN value IS 152 (59.77% from 255) = 43.55%
BLUE value IS 16 (6.64% from 255) = 4.58%
R=51.86%
G=43.55%
B=4.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811521600.160.910.2949.4583.7638.63
HexB598100105B1D315427
Octal26523020020133356112447
Binary1011010110011000100000100001011011111011100011010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b59810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b59810; }

 p { color: rgb(181,152,16); }

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

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

 a { background-color: rgb(181,152,16); }

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

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

 span { border-color: rgb(181,152,16); }

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