Shades of Buddha Gold #B89D04
Tints of Buddha Gold #B89D04
RGB
CMYK
RGB Variations
Color information
#B89D04 (or 0xB89D04) is known color: Buddha Gold. HEX triplet: B8, 9D and 04. RGB value is (184,157,4). Sum of RGB (Red+Green+Blue) = 184+157+4=345 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.33% from 345); Green value is 157 (61.72% from 255 or 45.51% from 345); Blue value is 4 (1.95% from 255 or 1.16% from 345); Max value from RGB is 184 - color contains mainly: red. Hex color #B89D04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89D04 is #4762FB. Grayscale: #949494. Windows color (decimal): -4678396 or 302520. OLE color: 302520.
HSL color Cylindrical-coordinate representation of color #B89D04: hue angle of 51º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B89D04 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 157 | 4 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.28 |
| HSL | 51º | 0.96% | 0.37% | - |
| HSV(B) | 51º | 0.98% | 0.72% | - |
| XYZ | 31.85 | 34.31 | 5.06 | - |
| YUV | 147.63 | 46.95 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 157 | 4 | 0 | 0.15 | 0.98 | 0.28 | 51 | 0.96 | 0.37 |
| Hex | B8 | 9D | 4 | 0 | F | 62 | 1C | 33 | 60 | 25 |
| Octal | 270 | 235 | 4 | 0 | 17 | 142 | 34 | 63 | 140 | 45 |
| Binary | 10111000 | 10011101 | 100 | 0 | 1111 | 1100010 | 11100 | 110011 | 1100000 | 100101 |
Color Harmonies of #B89D04
Complementary color
Monochromatic Colors of #B89D04
Black with #B89D04
Text Example
Text Example
White with #B89D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89D04; }
p { color: rgb(184,157,4); }
H1.HeaderClassName
{
color: #B89D04;
}
.AnyTagClassName
{
color: #B89D04;
}
</style>
background-color css
<style>
a { background-color: #B89D04; }
a { background-color: rgb(184,157,4); }
div.DivClassName
{
background-color: #B89D04;
}
.BgClassName
{
background-color: #B89D04;
}
</style>
border-color css
<style>
span { border-color: #B89D04; }
span { border-color: rgb(184,157,4); }
td.TdClassName
{
border-color: #B89D04;
}
.TagClassName
{
border-color: #B89D04;
}
</style>