Shades of Buddha Gold #B89312
Tints of Buddha Gold #B89312
RGB
CMYK
RGB Variations
Color information
#B89312 (or 0xB89312) is known color: Buddha Gold. HEX triplet: B8, 93 and 12. RGB value is (184,147,18). Sum of RGB (Red+Green+Blue) = 184+147+18=349 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.72% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 18 (7.42% from 255 or 5.16% from 349); Max value from RGB is 184 - color contains mainly: red. Hex color #B89312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89312 is #476CED. Grayscale: #8F8F8F. Windows color (decimal): -4680942 or 1217464. OLE color: 1217464.
HSL color Cylindrical-coordinate representation of color #B89312: hue angle of 46.63º 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 #B89312 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 147 | 18 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.28 |
| HSL | 46.63º | 0.82% | 0.4% | - |
| HSV(B) | 46.63º | 0.9% | 0.72% | - |
| XYZ | 30.31 | 31.1 | 4.98 | - |
| YUV | 143.36 | 57.26 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 147 | 18 | 0 | 0.20 | 0.90 | 0.28 | 46.63 | 0.82 | 0.4 |
| Hex | B8 | 93 | 12 | 0 | 14 | 5A | 1C | 2F | 52 | 28 |
| Octal | 270 | 223 | 22 | 0 | 24 | 132 | 34 | 57 | 122 | 50 |
| Binary | 10111000 | 10010011 | 10010 | 0 | 10100 | 1011010 | 11100 | 101111 | 1010010 | 101000 |
Color Harmonies of #B89312
Complementary color
Monochromatic Colors of #B89312
Black with #B89312
Text Example
Text Example
White with #B89312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89312; }
p { color: rgb(184,147,18); }
H1.HeaderClassName
{
color: #B89312;
}
.AnyTagClassName
{
color: #B89312;
}
</style>
background-color css
<style>
a { background-color: #B89312; }
a { background-color: rgb(184,147,18); }
div.DivClassName
{
background-color: #B89312;
}
.BgClassName
{
background-color: #B89312;
}
</style>
border-color css
<style>
span { border-color: #B89312; }
span { border-color: rgb(184,147,18); }
td.TdClassName
{
border-color: #B89312;
}
.TagClassName
{
border-color: #B89312;
}
</style>