Shades of Buddha Gold #B89412
Tints of Buddha Gold #B89412
RGB
CMYK
RGB Variations
Color information
#B89412 (or 0xB89412) is known color: Buddha Gold. HEX triplet: B8, 94 and 12. RGB value is (184,148,18). Sum of RGB (Red+Green+Blue) = 184+148+18=350 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.57% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 18 (7.42% from 255 or 5.14% from 350); Max value from RGB is 184 - color contains mainly: red. Hex color #B89412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89412 is #476BED. Grayscale: #909090. Windows color (decimal): -4680686 or 1217720. OLE color: 1217720.
HSL color Cylindrical-coordinate representation of color #B89412: hue angle of 46.99º 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 #B89412 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 148 | 18 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.28 |
| HSL | 46.99º | 0.82% | 0.4% | - |
| HSV(B) | 46.99º | 0.9% | 0.72% | - |
| XYZ | 30.47 | 31.41 | 5.03 | - |
| YUV | 143.94 | 56.93 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 148 | 18 | 0 | 0.20 | 0.90 | 0.28 | 46.99 | 0.82 | 0.4 |
| Hex | B8 | 94 | 12 | 0 | 14 | 5A | 1C | 2F | 52 | 28 |
| Octal | 270 | 224 | 22 | 0 | 24 | 132 | 34 | 57 | 122 | 50 |
| Binary | 10111000 | 10010100 | 10010 | 0 | 10100 | 1011010 | 11100 | 101111 | 1010010 | 101000 |
Color Harmonies of #B89412
Complementary color
Monochromatic Colors of #B89412
Black with #B89412
Text Example
Text Example
White with #B89412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89412; }
p { color: rgb(184,148,18); }
H1.HeaderClassName
{
color: #B89412;
}
.AnyTagClassName
{
color: #B89412;
}
</style>
background-color css
<style>
a { background-color: #B89412; }
a { background-color: rgb(184,148,18); }
div.DivClassName
{
background-color: #B89412;
}
.BgClassName
{
background-color: #B89412;
}
</style>
border-color css
<style>
span { border-color: #B89412; }
span { border-color: rgb(184,148,18); }
td.TdClassName
{
border-color: #B89412;
}
.TagClassName
{
border-color: #B89412;
}
</style>