#b59f0c

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

Shades of Buddha Gold #B59F0C

Tints of Buddha Gold #B59F0C

Color information

#B59F0C (or 0xB59F0C) is unknown color: approx Buddha Gold. HEX triplet: B5, 9F and 0C. RGB value is (181,159,12). Sum of RGB (Red+Green+Blue) = 181+159+12=352 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.42% from 352); Green value is 159 (62.5% from 255 or 45.17% from 352); Blue value is 12 (5.08% from 255 or 3.41% from 352); Max value from RGB is 181 - color contains mainly: red. Hex color #B59F0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B59F0C is #4A60F3. Grayscale: #959595. Windows color (decimal): -4874484 or 827317. OLE color: 827317.

HSL color Cylindrical-coordinate representation of color #B59F0C: hue angle of 52.19º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B59F0C is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB18115912-
CMYK00.120.930.29
HSL52.19º87.56%37.84%-
HSV(B)52.19º93.37%70.98%-
XYZ31.5234.655.37-
YUV148.8250.79150.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.42%
GREEN value IS 159 (62.5% from 255) = 45.17%
BLUE value IS 12 (5.08% from 255) = 3.41%
R=51.42%
G=45.17%
B=3.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811591200.120.930.2952.1987.5637.84
HexB59FC0C5D1D345826
Octal26523714014135356413046
Binary10110101100111111100011001011101111011101001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b59f0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b59f0c; }

 p { color: rgb(181,159,12); }

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

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

 a { background-color: rgb(181,159,12); }

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

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

 span { border-color: rgb(181,159,12); }

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