Shades of Buddha Gold #B99D12
Tints of Buddha Gold #B99D12
RGB
CMYK
RGB Variations
Color information
#B99D12 (or 0xB99D12) is known color: Buddha Gold. HEX triplet: B9, 9D and 12. RGB value is (185,157,18). Sum of RGB (Red+Green+Blue) = 185+157+18=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 157 (61.72% from 255 or 43.61% from 360); Blue value is 18 (7.42% from 255 or 5% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99D12 is #4662ED. Grayscale: #969696. Windows color (decimal): -4612846 or 1220025. OLE color: 1220025.
HSL color Cylindrical-coordinate representation of color #B99D12: hue angle of 49.94º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B99D12 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 157 | 18 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.27 |
| HSL | 49.94º | 0.82% | 0.4% | - |
| HSV(B) | 49.94º | 0.9% | 0.73% | - |
| XYZ | 32.17 | 34.47 | 5.53 | - |
| YUV | 149.53 | 53.78 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 157 | 18 | 0 | 0.15 | 0.90 | 0.27 | 49.94 | 0.82 | 0.4 |
| Hex | B9 | 9D | 12 | 0 | F | 5A | 1B | 32 | 52 | 28 |
| Octal | 271 | 235 | 22 | 0 | 17 | 132 | 33 | 62 | 122 | 50 |
| Binary | 10111001 | 10011101 | 10010 | 0 | 1111 | 1011010 | 11011 | 110010 | 1010010 | 101000 |
Color Harmonies of #B99D12
Complementary color
Monochromatic Colors of #B99D12
Black with #B99D12
Text Example
Text Example
White with #B99D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99D12; }
p { color: rgb(185,157,18); }
H1.HeaderClassName
{
color: #B99D12;
}
.AnyTagClassName
{
color: #B99D12;
}
</style>
background-color css
<style>
a { background-color: #B99D12; }
a { background-color: rgb(185,157,18); }
div.DivClassName
{
background-color: #B99D12;
}
.BgClassName
{
background-color: #B99D12;
}
</style>
border-color css
<style>
span { border-color: #B99D12; }
span { border-color: rgb(185,157,18); }
td.TdClassName
{
border-color: #B99D12;
}
.TagClassName
{
border-color: #B99D12;
}
</style>