Shades of Buddha Gold #B89F18
Tints of Buddha Gold #B89F18
RGB
CMYK
RGB Variations
Color information
#B89F18 (or 0xB89F18) is known color: Buddha Gold. HEX triplet: B8, 9F and 18. RGB value is (184,159,24). Sum of RGB (Red+Green+Blue) = 184+159+24=367 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.14% from 367); Green value is 159 (62.5% from 255 or 43.32% from 367); Blue value is 24 (9.77% from 255 or 6.54% from 367); Max value from RGB is 184 - color contains mainly: red. Hex color #B89F18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89F18 is #4760E7. Grayscale: #979797. Windows color (decimal): -4677864 or 1613752. OLE color: 1613752.
HSL color Cylindrical-coordinate representation of color #B89F18: hue angle of 50.62º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B89F18 is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 159 | 24 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.28 |
| HSL | 50.63º | 0.77% | 0.41% | - |
| HSV(B) | 50.63º | 0.87% | 0.72% | - |
| XYZ | 32.33 | 35.05 | 5.93 | - |
| YUV | 151.09 | 56.28 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 159 | 24 | 0 | 0.14 | 0.87 | 0.28 | 50.63 | 0.77 | 0.41 |
| Hex | B8 | 9F | 18 | 0 | E | 57 | 1C | 33 | 4D | 29 |
| Octal | 270 | 237 | 30 | 0 | 16 | 127 | 34 | 63 | 115 | 51 |
| Binary | 10111000 | 10011111 | 11000 | 0 | 1110 | 1010111 | 11100 | 110011 | 1001101 | 101001 |
Color Harmonies of #B89F18
Complementary color
Monochromatic Colors of #B89F18
Black with #B89F18
Text Example
Text Example
White with #B89F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89F18; }
p { color: rgb(184,159,24); }
H1.HeaderClassName
{
color: #B89F18;
}
.AnyTagClassName
{
color: #B89F18;
}
</style>
background-color css
<style>
a { background-color: #B89F18; }
a { background-color: rgb(184,159,24); }
div.DivClassName
{
background-color: #B89F18;
}
.BgClassName
{
background-color: #B89F18;
}
</style>
border-color css
<style>
span { border-color: #B89F18; }
span { border-color: rgb(184,159,24); }
td.TdClassName
{
border-color: #B89F18;
}
.TagClassName
{
border-color: #B89F18;
}
</style>