Shades of Buddha Gold #B99C16
Tints of Buddha Gold #B99C16
RGB
CMYK
RGB Variations
Color information
#B99C16 (or 0xB99C16) is known color: Buddha Gold. HEX triplet: B9, 9C and 16. RGB value is (185,156,22). Sum of RGB (Red+Green+Blue) = 185+156+22=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 156 (61.33% from 255 or 42.98% from 363); Blue value is 22 (8.98% from 255 or 6.06% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99C16 is #4663E9. Grayscale: #959595. Windows color (decimal): -4613098 or 1481913. OLE color: 1481913.
HSL color Cylindrical-coordinate representation of color #B99C16: hue angle of 49.33º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B99C16 is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 156 | 22 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.27 |
| HSL | 49.33º | 0.79% | 0.41% | - |
| HSV(B) | 49.33º | 0.88% | 0.73% | - |
| XYZ | 32.04 | 34.15 | 5.66 | - |
| YUV | 149.4 | 56.11 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 156 | 22 | 0 | 0.16 | 0.88 | 0.27 | 49.33 | 0.79 | 0.41 |
| Hex | B9 | 9C | 16 | 0 | 10 | 58 | 1B | 31 | 4F | 29 |
| Octal | 271 | 234 | 26 | 0 | 20 | 130 | 33 | 61 | 117 | 51 |
| Binary | 10111001 | 10011100 | 10110 | 0 | 10000 | 1011000 | 11011 | 110001 | 1001111 | 101001 |
Color Harmonies of #B99C16
Complementary color
Monochromatic Colors of #B99C16
Black with #B99C16
Text Example
Text Example
White with #B99C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99C16; }
p { color: rgb(185,156,22); }
H1.HeaderClassName
{
color: #B99C16;
}
.AnyTagClassName
{
color: #B99C16;
}
</style>
background-color css
<style>
a { background-color: #B99C16; }
a { background-color: rgb(185,156,22); }
div.DivClassName
{
background-color: #B99C16;
}
.BgClassName
{
background-color: #B99C16;
}
</style>
border-color css
<style>
span { border-color: #B99C16; }
span { border-color: rgb(185,156,22); }
td.TdClassName
{
border-color: #B99C16;
}
.TagClassName
{
border-color: #B99C16;
}
</style>