Shades of Buddha Gold #B99C10
Tints of Buddha Gold #B99C10
RGB
CMYK
RGB Variations
Color information
#B99C10 (or 0xB99C10) is known color: Buddha Gold. HEX triplet: B9, 9C and 10. RGB value is (185,156,16). Sum of RGB (Red+Green+Blue) = 185+156+16=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 156 (61.33% from 255 or 43.70% from 357); Blue value is 16 (6.64% from 255 or 4.48% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99C10 is #4663EF. Grayscale: #959595. Windows color (decimal): -4613104 or 1088697. OLE color: 1088697.
HSL color Cylindrical-coordinate representation of color #B99C10: hue angle of 49.7º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B99C10 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 156 | 16 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.27 |
| HSL | 49.7º | 0.84% | 0.39% | - |
| HSV(B) | 49.7º | 0.91% | 0.73% | - |
| XYZ | 31.99 | 34.13 | 5.39 | - |
| YUV | 148.71 | 53.11 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 156 | 16 | 0 | 0.16 | 0.91 | 0.27 | 49.7 | 0.84 | 0.39 |
| Hex | B9 | 9C | 10 | 0 | 10 | 5B | 1B | 32 | 54 | 27 |
| Octal | 271 | 234 | 20 | 0 | 20 | 133 | 33 | 62 | 124 | 47 |
| Binary | 10111001 | 10011100 | 10000 | 0 | 10000 | 1011011 | 11011 | 110010 | 1010100 | 100111 |
Color Harmonies of #B99C10
Complementary color
Monochromatic Colors of #B99C10
Black with #B99C10
Text Example
Text Example
White with #B99C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99C10; }
p { color: rgb(185,156,16); }
H1.HeaderClassName
{
color: #B99C10;
}
.AnyTagClassName
{
color: #B99C10;
}
</style>
background-color css
<style>
a { background-color: #B99C10; }
a { background-color: rgb(185,156,16); }
div.DivClassName
{
background-color: #B99C10;
}
.BgClassName
{
background-color: #B99C10;
}
</style>
border-color css
<style>
span { border-color: #B99C10; }
span { border-color: rgb(185,156,16); }
td.TdClassName
{
border-color: #B99C10;
}
.TagClassName
{
border-color: #B99C10;
}
</style>