Shades of Buddha Gold #B89812
Tints of Buddha Gold #B89812
RGB
CMYK
RGB Variations
Color information
#B89812 (or 0xB89812) is known color: Buddha Gold. HEX triplet: B8, 98 and 12. RGB value is (184,152,18). Sum of RGB (Red+Green+Blue) = 184+152+18=354 (46% of max value = 765). Red value is 184 (72.27% from 255 or 51.98% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 18 (7.42% from 255 or 5.08% from 354); Max value from RGB is 184 - color contains mainly: red. Hex color #B89812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89812 is #4767ED. Grayscale: #929292. Windows color (decimal): -4679662 or 1218744. OLE color: 1218744.
HSL color Cylindrical-coordinate representation of color #B89812: hue angle of 48.43º 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 #B89812 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 152 | 18 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.28 |
| HSL | 48.43º | 0.82% | 0.4% | - |
| HSV(B) | 48.43º | 0.9% | 0.72% | - |
| XYZ | 31.1 | 32.69 | 5.24 | - |
| YUV | 146.29 | 55.6 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 152 | 18 | 0 | 0.17 | 0.90 | 0.28 | 48.43 | 0.82 | 0.4 |
| Hex | B8 | 98 | 12 | 0 | 11 | 5A | 1C | 30 | 52 | 28 |
| Octal | 270 | 230 | 22 | 0 | 21 | 132 | 34 | 60 | 122 | 50 |
| Binary | 10111000 | 10011000 | 10010 | 0 | 10001 | 1011010 | 11100 | 110000 | 1010010 | 101000 |
Color Harmonies of #B89812
Complementary color
Monochromatic Colors of #B89812
Black with #B89812
Text Example
Text Example
White with #B89812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89812; }
p { color: rgb(184,152,18); }
H1.HeaderClassName
{
color: #B89812;
}
.AnyTagClassName
{
color: #B89812;
}
</style>
background-color css
<style>
a { background-color: #B89812; }
a { background-color: rgb(184,152,18); }
div.DivClassName
{
background-color: #B89812;
}
.BgClassName
{
background-color: #B89812;
}
</style>
border-color css
<style>
span { border-color: #B89812; }
span { border-color: rgb(184,152,18); }
td.TdClassName
{
border-color: #B89812;
}
.TagClassName
{
border-color: #B89812;
}
</style>