Shades of Buddha Gold #B89D15
Tints of Buddha Gold #B89D15
RGB
CMYK
RGB Variations
Color information
#B89D15 (or 0xB89D15) is known color: Buddha Gold. HEX triplet: B8, 9D and 15. RGB value is (184,157,21). Sum of RGB (Red+Green+Blue) = 184+157+21=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 157 (61.72% from 255 or 43.37% from 362); Blue value is 21 (8.59% from 255 or 5.80% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B89D15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89D15 is #4762EA. Grayscale: #969696. Windows color (decimal): -4678379 or 1416632. OLE color: 1416632.
HSL color Cylindrical-coordinate representation of color #B89D15: hue angle of 50.06º 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 #B89D15 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 157 | 21 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.28 |
| HSL | 50.06º | 0.8% | 0.4% | - |
| HSV(B) | 50.06º | 0.89% | 0.72% | - |
| XYZ | 31.96 | 34.36 | 5.66 | - |
| YUV | 149.57 | 55.45 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 157 | 21 | 0 | 0.15 | 0.89 | 0.28 | 50.06 | 0.8 | 0.4 |
| Hex | B8 | 9D | 15 | 0 | F | 59 | 1C | 32 | 50 | 28 |
| Octal | 270 | 235 | 25 | 0 | 17 | 131 | 34 | 62 | 120 | 50 |
| Binary | 10111000 | 10011101 | 10101 | 0 | 1111 | 1011001 | 11100 | 110010 | 1010000 | 101000 |
Color Harmonies of #B89D15
Complementary color
Monochromatic Colors of #B89D15
Black with #B89D15
Text Example
Text Example
White with #B89D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89D15; }
p { color: rgb(184,157,21); }
H1.HeaderClassName
{
color: #B89D15;
}
.AnyTagClassName
{
color: #B89D15;
}
</style>
background-color css
<style>
a { background-color: #B89D15; }
a { background-color: rgb(184,157,21); }
div.DivClassName
{
background-color: #B89D15;
}
.BgClassName
{
background-color: #B89D15;
}
</style>
border-color css
<style>
span { border-color: #B89D15; }
span { border-color: rgb(184,157,21); }
td.TdClassName
{
border-color: #B89D15;
}
.TagClassName
{
border-color: #B89D15;
}
</style>