Shades of Buddha Gold #B89F12
Tints of Buddha Gold #B89F12
RGB
CMYK
RGB Variations
Color information
#B89F12 (or 0xB89F12) is known color: Buddha Gold. HEX triplet: B8, 9F and 12. RGB value is (184,159,18). Sum of RGB (Red+Green+Blue) = 184+159+18=361 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.97% from 361); Green value is 159 (62.5% from 255 or 44.04% from 361); Blue value is 18 (7.42% from 255 or 4.99% from 361); Max value from RGB is 184 - color contains mainly: red. Hex color #B89F12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89F12 is #4760ED. Grayscale: #969696. Windows color (decimal): -4677870 or 1220536. OLE color: 1220536.
HSL color Cylindrical-coordinate representation of color #B89F12: hue angle of 50.96º degrees, saturation: 0.82, 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 #B89F12 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 159 | 18 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.28 |
| HSL | 50.96º | 0.82% | 0.4% | - |
| HSV(B) | 50.96º | 0.9% | 0.72% | - |
| XYZ | 32.27 | 35.03 | 5.63 | - |
| YUV | 150.4 | 53.28 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 159 | 18 | 0 | 0.14 | 0.90 | 0.28 | 50.96 | 0.82 | 0.4 |
| Hex | B8 | 9F | 12 | 0 | E | 5A | 1C | 33 | 52 | 28 |
| Octal | 270 | 237 | 22 | 0 | 16 | 132 | 34 | 63 | 122 | 50 |
| Binary | 10111000 | 10011111 | 10010 | 0 | 1110 | 1011010 | 11100 | 110011 | 1010010 | 101000 |
Color Harmonies of #B89F12
Complementary color
Monochromatic Colors of #B89F12
Black with #B89F12
Text Example
Text Example
White with #B89F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89F12; }
p { color: rgb(184,159,18); }
H1.HeaderClassName
{
color: #B89F12;
}
.AnyTagClassName
{
color: #B89F12;
}
</style>
background-color css
<style>
a { background-color: #B89F12; }
a { background-color: rgb(184,159,18); }
div.DivClassName
{
background-color: #B89F12;
}
.BgClassName
{
background-color: #B89F12;
}
</style>
border-color css
<style>
span { border-color: #B89F12; }
span { border-color: rgb(184,159,18); }
td.TdClassName
{
border-color: #B89F12;
}
.TagClassName
{
border-color: #B89F12;
}
</style>