Shades of Buddha Gold #B89D00
Tints of Buddha Gold #B89D00
RGB
CMYK
RGB Variations
Color information
#B89D00 (or 0xB89D00) is known color: Buddha Gold. HEX triplet: B8, 9D and 00. RGB value is (184,157,0). Sum of RGB (Red+Green+Blue) = 184+157+0=341 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.96% from 341); Green value is 157 (61.72% from 255 or 46.04% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 184 - color contains mainly: red. Hex color #B89D00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89D00 is #4762FF. Grayscale: #939393. Windows color (decimal): -4678400 or 40376. OLE color: 40376.
HSL color Cylindrical-coordinate representation of color #B89D00: hue angle of 51.2º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B89D00 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 157 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.28 |
| HSL | 51.2º | 1% | 0.36% | - |
| HSV(B) | 51.2º | 1% | 0.72% | - |
| XYZ | 31.82 | 34.3 | 4.94 | - |
| YUV | 147.18 | 44.95 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 157 | 0 | 0 | 0.15 | 1 | 0.28 | 51.2 | 1 | 0.36 |
| Hex | B8 | 9D | 0 | 0 | F | 64 | 1C | 33 | 64 | 24 |
| Octal | 270 | 235 | 0 | 0 | 17 | 144 | 34 | 63 | 144 | 44 |
| Binary | 10111000 | 10011101 | 0 | 0 | 1111 | 1100100 | 11100 | 110011 | 1100100 | 100100 |
Color Harmonies of #B89D00
Complementary color
Monochromatic Colors of #B89D00
Black with #B89D00
Text Example
Text Example
White with #B89D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89D00; }
p { color: rgb(184,157,0); }
H1.HeaderClassName
{
color: #B89D00;
}
.AnyTagClassName
{
color: #B89D00;
}
</style>
background-color css
<style>
a { background-color: #B89D00; }
a { background-color: rgb(184,157,0); }
div.DivClassName
{
background-color: #B89D00;
}
.BgClassName
{
background-color: #B89D00;
}
</style>
border-color css
<style>
span { border-color: #B89D00; }
span { border-color: rgb(184,157,0); }
td.TdClassName
{
border-color: #B89D00;
}
.TagClassName
{
border-color: #B89D00;
}
</style>