Shades of Buddha Gold #B89D13
Tints of Buddha Gold #B89D13
RGB
CMYK
RGB Variations
Color information
#B89D13 (or 0xB89D13) is known color: Buddha Gold. HEX triplet: B8, 9D and 13. RGB value is (184,157,19). Sum of RGB (Red+Green+Blue) = 184+157+19=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 157 (61.72% from 255 or 43.61% from 360); Blue value is 19 (7.81% from 255 or 5.28% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B89D13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89D13 is #4762EC. Grayscale: #959595. Windows color (decimal): -4678381 or 1285560. OLE color: 1285560.
HSL color Cylindrical-coordinate representation of color #B89D13: hue angle of 50.18º 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 #B89D13 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 157 | 19 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.28 |
| HSL | 50.18º | 0.81% | 0.4% | - |
| HSV(B) | 50.18º | 0.9% | 0.72% | - |
| XYZ | 31.94 | 34.35 | 5.56 | - |
| YUV | 149.34 | 54.45 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 157 | 19 | 0 | 0.15 | 0.90 | 0.28 | 50.18 | 0.81 | 0.4 |
| Hex | B8 | 9D | 13 | 0 | F | 5A | 1C | 32 | 51 | 28 |
| Octal | 270 | 235 | 23 | 0 | 17 | 132 | 34 | 62 | 121 | 50 |
| Binary | 10111000 | 10011101 | 10011 | 0 | 1111 | 1011010 | 11100 | 110010 | 1010001 | 101000 |
Color Harmonies of #B89D13
Complementary color
Monochromatic Colors of #B89D13
Black with #B89D13
Text Example
Text Example
White with #B89D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89D13; }
p { color: rgb(184,157,19); }
H1.HeaderClassName
{
color: #B89D13;
}
.AnyTagClassName
{
color: #B89D13;
}
</style>
background-color css
<style>
a { background-color: #B89D13; }
a { background-color: rgb(184,157,19); }
div.DivClassName
{
background-color: #B89D13;
}
.BgClassName
{
background-color: #B89D13;
}
</style>
border-color css
<style>
span { border-color: #B89D13; }
span { border-color: rgb(184,157,19); }
td.TdClassName
{
border-color: #B89D13;
}
.TagClassName
{
border-color: #B89D13;
}
</style>