Shades of Buddha Gold #B89913
Tints of Buddha Gold #B89913
RGB
CMYK
RGB Variations
Color information
#B89913 (or 0xB89913) is known color: Buddha Gold. HEX triplet: B8, 99 and 13. RGB value is (184,153,19). Sum of RGB (Red+Green+Blue) = 184+153+19=356 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.69% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 19 (7.81% from 255 or 5.34% from 356); Max value from RGB is 184 - color contains mainly: red. Hex color #B89913 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89913 is #4766EC. Grayscale: #939393. Windows color (decimal): -4679405 or 1284536. OLE color: 1284536.
HSL color Cylindrical-coordinate representation of color #B89913: hue angle of 48.73º 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 #B89913 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 153 | 19 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.28 |
| HSL | 48.73º | 0.81% | 0.4% | - |
| HSV(B) | 48.73º | 0.9% | 0.72% | - |
| XYZ | 31.28 | 33.02 | 5.34 | - |
| YUV | 146.99 | 55.77 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 153 | 19 | 0 | 0.17 | 0.90 | 0.28 | 48.73 | 0.81 | 0.4 |
| Hex | B8 | 99 | 13 | 0 | 11 | 5A | 1C | 31 | 51 | 28 |
| Octal | 270 | 231 | 23 | 0 | 21 | 132 | 34 | 61 | 121 | 50 |
| Binary | 10111000 | 10011001 | 10011 | 0 | 10001 | 1011010 | 11100 | 110001 | 1010001 | 101000 |
Color Harmonies of #B89913
Complementary color
Monochromatic Colors of #B89913
Black with #B89913
Text Example
Text Example
White with #B89913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89913; }
p { color: rgb(184,153,19); }
H1.HeaderClassName
{
color: #B89913;
}
.AnyTagClassName
{
color: #B89913;
}
</style>
background-color css
<style>
a { background-color: #B89913; }
a { background-color: rgb(184,153,19); }
div.DivClassName
{
background-color: #B89913;
}
.BgClassName
{
background-color: #B89913;
}
</style>
border-color css
<style>
span { border-color: #B89913; }
span { border-color: rgb(184,153,19); }
td.TdClassName
{
border-color: #B89913;
}
.TagClassName
{
border-color: #B89913;
}
</style>