Shades of Buddha Gold #B59D12
Tints of Buddha Gold #B59D12
RGB
CMYK
RGB Variations
Color information
#B59D12 (or 0xB59D12) is known color: Buddha Gold. HEX triplet: B5, 9D and 12. RGB value is (181,157,18). Sum of RGB (Red+Green+Blue) = 181+157+18=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 157 (61.72% from 255 or 44.10% from 356); Blue value is 18 (7.42% from 255 or 5.06% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B59D12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B59D12 is #4A62ED. Grayscale: #949494. Windows color (decimal): -4874990 or 1220021. OLE color: 1220021.
HSL color Cylindrical-coordinate representation of color #B59D12: hue angle of 51.17º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B59D12 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 157 | 18 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.29 |
| HSL | 51.17º | 0.82% | 0.39% | - |
| HSV(B) | 51.17º | 0.9% | 0.71% | - |
| XYZ | 31.22 | 33.98 | 5.49 | - |
| YUV | 148.33 | 54.45 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 157 | 18 | 0 | 0.13 | 0.90 | 0.29 | 51.17 | 0.82 | 0.39 |
| Hex | B5 | 9D | 12 | 0 | D | 5A | 1D | 33 | 52 | 27 |
| Octal | 265 | 235 | 22 | 0 | 15 | 132 | 35 | 63 | 122 | 47 |
| Binary | 10110101 | 10011101 | 10010 | 0 | 1101 | 1011010 | 11101 | 110011 | 1010010 | 100111 |
Color Harmonies of #B59D12
Complementary color
Monochromatic Colors of #B59D12
Black with #B59D12
Text Example
Text Example
White with #B59D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59D12; }
p { color: rgb(181,157,18); }
H1.HeaderClassName
{
color: #B59D12;
}
.AnyTagClassName
{
color: #B59D12;
}
</style>
background-color css
<style>
a { background-color: #B59D12; }
a { background-color: rgb(181,157,18); }
div.DivClassName
{
background-color: #B59D12;
}
.BgClassName
{
background-color: #B59D12;
}
</style>
border-color css
<style>
span { border-color: #B59D12; }
span { border-color: rgb(181,157,18); }
td.TdClassName
{
border-color: #B59D12;
}
.TagClassName
{
border-color: #B59D12;
}
</style>