Shades of Buddha Gold #B89215
Tints of Buddha Gold #B89215
RGB
CMYK
RGB Variations
Color information
#B89215 (or 0xB89215) is known color: Buddha Gold. HEX triplet: B8, 92 and 15. RGB value is (184,146,21). Sum of RGB (Red+Green+Blue) = 184+146+21=351 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.42% from 351); Green value is 146 (57.42% from 255 or 41.60% from 351); Blue value is 21 (8.59% from 255 or 5.98% from 351); Max value from RGB is 184 - color contains mainly: red. Hex color #B89215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89215 is #476DEA. Grayscale: #8F8F8F. Windows color (decimal): -4681195 or 1413816. OLE color: 1413816.
HSL color Cylindrical-coordinate representation of color #B89215: hue angle of 46.01º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B89215 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 146 | 21 | - |
| CMYK | 0 | 0.21 | 0.89 | 0.28 |
| HSL | 46.01º | 0.8% | 0.4% | - |
| HSV(B) | 46.01º | 0.89% | 0.72% | - |
| XYZ | 30.18 | 30.8 | 5.06 | - |
| YUV | 143.11 | 59.09 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 21 | 0 | 0.21 | 0.89 | 0.28 | 46.01 | 0.8 | 0.4 |
| Hex | B8 | 92 | 15 | 0 | 15 | 59 | 1C | 2E | 50 | 28 |
| Octal | 270 | 222 | 25 | 0 | 25 | 131 | 34 | 56 | 120 | 50 |
| Binary | 10111000 | 10010010 | 10101 | 0 | 10101 | 1011001 | 11100 | 101110 | 1010000 | 101000 |
Color Harmonies of #B89215
Complementary color
Monochromatic Colors of #B89215
Black with #B89215
Text Example
Text Example
White with #B89215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89215; }
p { color: rgb(184,146,21); }
H1.HeaderClassName
{
color: #B89215;
}
.AnyTagClassName
{
color: #B89215;
}
</style>
background-color css
<style>
a { background-color: #B89215; }
a { background-color: rgb(184,146,21); }
div.DivClassName
{
background-color: #B89215;
}
.BgClassName
{
background-color: #B89215;
}
</style>
border-color css
<style>
span { border-color: #B89215; }
span { border-color: rgb(184,146,21); }
td.TdClassName
{
border-color: #B89215;
}
.TagClassName
{
border-color: #B89215;
}
</style>