Shades of Buddha Gold #B89217
Tints of Buddha Gold #B89217
RGB
CMYK
RGB Variations
Color information
#B89217 (or 0xB89217) is known color: Buddha Gold. HEX triplet: B8, 92 and 17. RGB value is (184,146,23). Sum of RGB (Red+Green+Blue) = 184+146+23=353 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.12% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 23 (9.38% from 255 or 6.52% from 353); Max value from RGB is 184 - color contains mainly: red. Hex color #B89217 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89217 is #476DE8. Grayscale: #8F8F8F. Windows color (decimal): -4681193 or 1544888. OLE color: 1544888.
HSL color Cylindrical-coordinate representation of color #B89217: hue angle of 45.84º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B89217 is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 146 | 23 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.28 |
| HSL | 45.84º | 0.78% | 0.41% | - |
| HSV(B) | 45.84º | 0.88% | 0.72% | - |
| XYZ | 30.2 | 30.81 | 5.17 | - |
| YUV | 143.34 | 60.09 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 23 | 0 | 0.21 | 0.88 | 0.28 | 45.84 | 0.78 | 0.41 |
| Hex | B8 | 92 | 17 | 0 | 15 | 58 | 1C | 2E | 4E | 29 |
| Octal | 270 | 222 | 27 | 0 | 25 | 130 | 34 | 56 | 116 | 51 |
| Binary | 10111000 | 10010010 | 10111 | 0 | 10101 | 1011000 | 11100 | 101110 | 1001110 | 101001 |
Color Harmonies of #B89217
Complementary color
Monochromatic Colors of #B89217
Black with #B89217
Text Example
Text Example
White with #B89217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89217; }
p { color: rgb(184,146,23); }
H1.HeaderClassName
{
color: #B89217;
}
.AnyTagClassName
{
color: #B89217;
}
</style>
background-color css
<style>
a { background-color: #B89217; }
a { background-color: rgb(184,146,23); }
div.DivClassName
{
background-color: #B89217;
}
.BgClassName
{
background-color: #B89217;
}
</style>
border-color css
<style>
span { border-color: #B89217; }
span { border-color: rgb(184,146,23); }
td.TdClassName
{
border-color: #B89217;
}
.TagClassName
{
border-color: #B89217;
}
</style>