Shades of Buddha Gold #B89314
Tints of Buddha Gold #B89314
RGB
CMYK
RGB Variations
Color information
#B89314 (or 0xB89314) is known color: Buddha Gold. HEX triplet: B8, 93 and 14. RGB value is (184,147,20). Sum of RGB (Red+Green+Blue) = 184+147+20=351 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.42% from 351); Green value is 147 (57.81% from 255 or 41.88% from 351); Blue value is 20 (8.20% from 255 or 5.70% from 351); Max value from RGB is 184 - color contains mainly: red. Hex color #B89314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89314 is #476CEB. Grayscale: #909090. Windows color (decimal): -4680940 or 1348536. OLE color: 1348536.
HSL color Cylindrical-coordinate representation of color #B89314: hue angle of 46.46º 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 #B89314 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 147 | 20 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.28 |
| HSL | 46.46º | 0.8% | 0.4% | - |
| HSV(B) | 46.46º | 0.89% | 0.72% | - |
| XYZ | 30.33 | 31.11 | 5.07 | - |
| YUV | 143.59 | 58.26 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 147 | 20 | 0 | 0.20 | 0.89 | 0.28 | 46.46 | 0.8 | 0.4 |
| Hex | B8 | 93 | 14 | 0 | 14 | 59 | 1C | 2E | 50 | 28 |
| Octal | 270 | 223 | 24 | 0 | 24 | 131 | 34 | 56 | 120 | 50 |
| Binary | 10111000 | 10010011 | 10100 | 0 | 10100 | 1011001 | 11100 | 101110 | 1010000 | 101000 |
Color Harmonies of #B89314
Complementary color
Monochromatic Colors of #B89314
Black with #B89314
Text Example
Text Example
White with #B89314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89314; }
p { color: rgb(184,147,20); }
H1.HeaderClassName
{
color: #B89314;
}
.AnyTagClassName
{
color: #B89314;
}
</style>
background-color css
<style>
a { background-color: #B89314; }
a { background-color: rgb(184,147,20); }
div.DivClassName
{
background-color: #B89314;
}
.BgClassName
{
background-color: #B89314;
}
</style>
border-color css
<style>
span { border-color: #B89314; }
span { border-color: rgb(184,147,20); }
td.TdClassName
{
border-color: #B89314;
}
.TagClassName
{
border-color: #B89314;
}
</style>