Shades of Buddha Gold #B89116
Tints of Buddha Gold #B89116
RGB
CMYK
RGB Variations
Color information
#B89116 (or 0xB89116) is known color: Buddha Gold. HEX triplet: B8, 91 and 16. RGB value is (184,145,22). Sum of RGB (Red+Green+Blue) = 184+145+22=351 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.42% from 351); Green value is 145 (57.03% from 255 or 41.31% from 351); Blue value is 22 (8.98% from 255 or 6.27% from 351); Max value from RGB is 184 - color contains mainly: red. Hex color #B89116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89116 is #476EE9. Grayscale: #8F8F8F. Windows color (decimal): -4681450 or 1479096. OLE color: 1479096.
HSL color Cylindrical-coordinate representation of color #B89116: hue angle of 45.56º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B89116 is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 145 | 22 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.28 |
| HSL | 45.56º | 0.79% | 0.4% | - |
| HSV(B) | 45.56º | 0.88% | 0.72% | - |
| XYZ | 30.04 | 30.5 | 5.06 | - |
| YUV | 142.64 | 59.92 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 145 | 22 | 0 | 0.21 | 0.88 | 0.28 | 45.56 | 0.79 | 0.4 |
| Hex | B8 | 91 | 16 | 0 | 15 | 58 | 1C | 2E | 4F | 28 |
| Octal | 270 | 221 | 26 | 0 | 25 | 130 | 34 | 56 | 117 | 50 |
| Binary | 10111000 | 10010001 | 10110 | 0 | 10101 | 1011000 | 11100 | 101110 | 1001111 | 101000 |
Color Harmonies of #B89116
Complementary color
Monochromatic Colors of #B89116
Black with #B89116
Text Example
Text Example
White with #B89116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89116; }
p { color: rgb(184,145,22); }
H1.HeaderClassName
{
color: #B89116;
}
.AnyTagClassName
{
color: #B89116;
}
</style>
background-color css
<style>
a { background-color: #B89116; }
a { background-color: rgb(184,145,22); }
div.DivClassName
{
background-color: #B89116;
}
.BgClassName
{
background-color: #B89116;
}
</style>
border-color css
<style>
span { border-color: #B89116; }
span { border-color: rgb(184,145,22); }
td.TdClassName
{
border-color: #B89116;
}
.TagClassName
{
border-color: #B89116;
}
</style>