Shades of Buddha Gold #B59A0C
Tints of Buddha Gold #B59A0C
RGB
CMYK
RGB Variations
Color information
#B59A0C (or 0xB59A0C) is known color: Buddha Gold. HEX triplet: B5, 9A and 0C. RGB value is (181,154,12). Sum of RGB (Red+Green+Blue) = 181+154+12=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 154 (60.55% from 255 or 44.38% from 347); Blue value is 12 (5.08% from 255 or 3.46% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B59A0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B59A0C is #4A65F3. Grayscale: #929292. Windows color (decimal): -4875764 or 826037. OLE color: 826037.
HSL color Cylindrical-coordinate representation of color #B59A0C: hue angle of 50.41º 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 #B59A0C is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 154 | 12 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.29 |
| HSL | 50.41º | 0.88% | 0.38% | - |
| HSV(B) | 50.41º | 0.93% | 0.71% | - |
| XYZ | 30.68 | 32.96 | 5.09 | - |
| YUV | 145.89 | 52.45 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 154 | 12 | 0 | 0.15 | 0.93 | 0.29 | 50.41 | 0.88 | 0.38 |
| Hex | B5 | 9A | C | 0 | F | 5D | 1D | 32 | 58 | 26 |
| Octal | 265 | 232 | 14 | 0 | 17 | 135 | 35 | 62 | 130 | 46 |
| Binary | 10110101 | 10011010 | 1100 | 0 | 1111 | 1011101 | 11101 | 110010 | 1011000 | 100110 |
Color Harmonies of #B59A0C
Complementary color
Monochromatic Colors of #B59A0C
Black with #B59A0C
Text Example
Text Example
White with #B59A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59A0C; }
p { color: rgb(181,154,12); }
H1.HeaderClassName
{
color: #B59A0C;
}
.AnyTagClassName
{
color: #B59A0C;
}
</style>
background-color css
<style>
a { background-color: #B59A0C; }
a { background-color: rgb(181,154,12); }
div.DivClassName
{
background-color: #B59A0C;
}
.BgClassName
{
background-color: #B59A0C;
}
</style>
border-color css
<style>
span { border-color: #B59A0C; }
span { border-color: rgb(181,154,12); }
td.TdClassName
{
border-color: #B59A0C;
}
.TagClassName
{
border-color: #B59A0C;
}
</style>