Shades of Buddha Gold #B8980C
Tints of Buddha Gold #B8980C
RGB
CMYK
RGB Variations
Color information
#B8980C (or 0xB8980C) is known color: Buddha Gold. HEX triplet: B8, 98 and 0C. RGB value is (184,152,12). Sum of RGB (Red+Green+Blue) = 184+152+12=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 152 (59.77% from 255 or 43.68% from 348); Blue value is 12 (5.08% from 255 or 3.45% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B8980C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8980C is #4767F3. Grayscale: #929292. Windows color (decimal): -4679668 or 825528. OLE color: 825528.
HSL color Cylindrical-coordinate representation of color #B8980C: hue angle of 48.84º 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 #B8980C is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 152 | 12 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.28 |
| HSL | 48.84º | 0.88% | 0.38% | - |
| HSV(B) | 48.84º | 0.93% | 0.72% | - |
| XYZ | 31.06 | 32.67 | 5.02 | - |
| YUV | 145.61 | 52.6 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 152 | 12 | 0 | 0.17 | 0.93 | 0.28 | 48.84 | 0.88 | 0.38 |
| Hex | B8 | 98 | C | 0 | 11 | 5D | 1C | 31 | 58 | 26 |
| Octal | 270 | 230 | 14 | 0 | 21 | 135 | 34 | 61 | 130 | 46 |
| Binary | 10111000 | 10011000 | 1100 | 0 | 10001 | 1011101 | 11100 | 110001 | 1011000 | 100110 |
Color Harmonies of #B8980C
Complementary color
Monochromatic Colors of #B8980C
Black with #B8980C
Text Example
Text Example
White with #B8980C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8980C; }
p { color: rgb(184,152,12); }
H1.HeaderClassName
{
color: #B8980C;
}
.AnyTagClassName
{
color: #B8980C;
}
</style>
background-color css
<style>
a { background-color: #B8980C; }
a { background-color: rgb(184,152,12); }
div.DivClassName
{
background-color: #B8980C;
}
.BgClassName
{
background-color: #B8980C;
}
</style>
border-color css
<style>
span { border-color: #B8980C; }
span { border-color: rgb(184,152,12); }
td.TdClassName
{
border-color: #B8980C;
}
.TagClassName
{
border-color: #B8980C;
}
</style>