Shades of Buddha Gold #B89E0C
Tints of Buddha Gold #B89E0C
RGB
CMYK
RGB Variations
Color information
#B89E0C (or 0xB89E0C) is known color: Buddha Gold. HEX triplet: B8, 9E and 0C. RGB value is (184,158,12). Sum of RGB (Red+Green+Blue) = 184+158+12=354 (46% of max value = 765). Red value is 184 (72.27% from 255 or 51.98% from 354); Green value is 158 (62.11% from 255 or 44.63% from 354); Blue value is 12 (5.08% from 255 or 3.39% from 354); Max value from RGB is 184 - color contains mainly: red. Hex color #B89E0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89E0C is #4761F3. Grayscale: #959595. Windows color (decimal): -4678132 or 827064. OLE color: 827064.
HSL color Cylindrical-coordinate representation of color #B89E0C: hue angle of 50.93º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B89E0C is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 158 | 12 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.28 |
| HSL | 50.93º | 0.88% | 0.38% | - |
| HSV(B) | 50.93º | 0.93% | 0.72% | - |
| XYZ | 32.06 | 34.67 | 5.35 | - |
| YUV | 149.13 | 50.61 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 158 | 12 | 0 | 0.14 | 0.93 | 0.28 | 50.93 | 0.88 | 0.38 |
| Hex | B8 | 9E | C | 0 | E | 5D | 1C | 33 | 58 | 26 |
| Octal | 270 | 236 | 14 | 0 | 16 | 135 | 34 | 63 | 130 | 46 |
| Binary | 10111000 | 10011110 | 1100 | 0 | 1110 | 1011101 | 11100 | 110011 | 1011000 | 100110 |
Color Harmonies of #B89E0C
Complementary color
Monochromatic Colors of #B89E0C
Black with #B89E0C
Text Example
Text Example
White with #B89E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89E0C; }
p { color: rgb(184,158,12); }
H1.HeaderClassName
{
color: #B89E0C;
}
.AnyTagClassName
{
color: #B89E0C;
}
</style>
background-color css
<style>
a { background-color: #B89E0C; }
a { background-color: rgb(184,158,12); }
div.DivClassName
{
background-color: #B89E0C;
}
.BgClassName
{
background-color: #B89E0C;
}
</style>
border-color css
<style>
span { border-color: #B89E0C; }
span { border-color: rgb(184,158,12); }
td.TdClassName
{
border-color: #B89E0C;
}
.TagClassName
{
border-color: #B89E0C;
}
</style>