Shades of Buddha Gold #B89F20
Tints of Buddha Gold #B89F20
RGB
CMYK
RGB Variations
Color information
#B89F20 (or 0xB89F20) is known color: Buddha Gold. HEX triplet: B8, 9F and 20. RGB value is (184,159,32). Sum of RGB (Red+Green+Blue) = 184+159+32=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 32 (12.89% from 255 or 8.53% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B89F20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89F20 is #4760DF. Grayscale: #989898. Windows color (decimal): -4677856 or 2138040. OLE color: 2138040.
HSL color Cylindrical-coordinate representation of color #B89F20: hue angle of 50.13º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B89F20 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 159 | 32 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.28 |
| HSL | 50.13º | 0.7% | 0.42% | - |
| HSV(B) | 50.13º | 0.83% | 0.72% | - |
| XYZ | 32.43 | 35.09 | 6.43 | - |
| YUV | 152 | 60.28 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 159 | 32 | 0 | 0.14 | 0.83 | 0.28 | 50.13 | 0.7 | 0.42 |
| Hex | B8 | 9F | 20 | 0 | E | 53 | 1C | 32 | 46 | 2A |
| Octal | 270 | 237 | 40 | 0 | 16 | 123 | 34 | 62 | 106 | 52 |
| Binary | 10111000 | 10011111 | 100000 | 0 | 1110 | 1010011 | 11100 | 110010 | 1000110 | 101010 |
Color Harmonies of #B89F20
Complementary color
Monochromatic Colors of #B89F20
Black with #B89F20
Text Example
Text Example
White with #B89F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89F20; }
p { color: rgb(184,159,32); }
H1.HeaderClassName
{
color: #B89F20;
}
.AnyTagClassName
{
color: #B89F20;
}
</style>
background-color css
<style>
a { background-color: #B89F20; }
a { background-color: rgb(184,159,32); }
div.DivClassName
{
background-color: #B89F20;
}
.BgClassName
{
background-color: #B89F20;
}
</style>
border-color css
<style>
span { border-color: #B89F20; }
span { border-color: rgb(184,159,32); }
td.TdClassName
{
border-color: #B89F20;
}
.TagClassName
{
border-color: #B89F20;
}
</style>