Shades of Buddha Gold #B89413
Tints of Buddha Gold #B89413
RGB
CMYK
RGB Variations
Color information
#B89413 (or 0xB89413) is known color: Buddha Gold. HEX triplet: B8, 94 and 13. RGB value is (184,148,19). Sum of RGB (Red+Green+Blue) = 184+148+19=351 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.42% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 19 (7.81% from 255 or 5.41% from 351); Max value from RGB is 184 - color contains mainly: red. Hex color #B89413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89413 is #476BEC. Grayscale: #909090. Windows color (decimal): -4680685 or 1283256. OLE color: 1283256.
HSL color Cylindrical-coordinate representation of color #B89413: hue angle of 46.91º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B89413 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 148 | 19 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.28 |
| HSL | 46.91º | 0.81% | 0.4% | - |
| HSV(B) | 46.91º | 0.9% | 0.72% | - |
| XYZ | 30.47 | 31.42 | 5.07 | - |
| YUV | 144.06 | 57.43 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 148 | 19 | 0 | 0.20 | 0.90 | 0.28 | 46.91 | 0.81 | 0.4 |
| Hex | B8 | 94 | 13 | 0 | 14 | 5A | 1C | 2F | 51 | 28 |
| Octal | 270 | 224 | 23 | 0 | 24 | 132 | 34 | 57 | 121 | 50 |
| Binary | 10111000 | 10010100 | 10011 | 0 | 10100 | 1011010 | 11100 | 101111 | 1010001 | 101000 |
Color Harmonies of #B89413
Complementary color
Monochromatic Colors of #B89413
Black with #B89413
Text Example
Text Example
White with #B89413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89413; }
p { color: rgb(184,148,19); }
H1.HeaderClassName
{
color: #B89413;
}
.AnyTagClassName
{
color: #B89413;
}
</style>
background-color css
<style>
a { background-color: #B89413; }
a { background-color: rgb(184,148,19); }
div.DivClassName
{
background-color: #B89413;
}
.BgClassName
{
background-color: #B89413;
}
</style>
border-color css
<style>
span { border-color: #B89413; }
span { border-color: rgb(184,148,19); }
td.TdClassName
{
border-color: #B89413;
}
.TagClassName
{
border-color: #B89413;
}
</style>