Shades of Buddha Gold #B8990A
Tints of Buddha Gold #B8990A
RGB
CMYK
RGB Variations
Color information
#B8990A (or 0xB8990A) is known color: Buddha Gold. HEX triplet: B8, 99 and 0A. RGB value is (184,153,10). Sum of RGB (Red+Green+Blue) = 184+153+10=347 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.03% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 10 (4.30% from 255 or 2.88% from 347); Max value from RGB is 184 - color contains mainly: red. Hex color #B8990A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8990A is #4766F5. Grayscale: #929292. Windows color (decimal): -4679414 or 694712. OLE color: 694712.
HSL color Cylindrical-coordinate representation of color #B8990A: hue angle of 49.31º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B8990A is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 153 | 10 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.28 |
| HSL | 49.31º | 0.9% | 0.38% | - |
| HSV(B) | 49.31º | 0.95% | 0.72% | - |
| XYZ | 31.21 | 32.99 | 5.01 | - |
| YUV | 145.97 | 51.27 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 153 | 10 | 0 | 0.17 | 0.95 | 0.28 | 49.31 | 0.9 | 0.38 |
| Hex | B8 | 99 | A | 0 | 11 | 5F | 1C | 31 | 5A | 26 |
| Octal | 270 | 231 | 12 | 0 | 21 | 137 | 34 | 61 | 132 | 46 |
| Binary | 10111000 | 10011001 | 1010 | 0 | 10001 | 1011111 | 11100 | 110001 | 1011010 | 100110 |
Color Harmonies of #B8990A
Complementary color
Monochromatic Colors of #B8990A
Black with #B8990A
Text Example
Text Example
White with #B8990A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8990A; }
p { color: rgb(184,153,10); }
H1.HeaderClassName
{
color: #B8990A;
}
.AnyTagClassName
{
color: #B8990A;
}
</style>
background-color css
<style>
a { background-color: #B8990A; }
a { background-color: rgb(184,153,10); }
div.DivClassName
{
background-color: #B8990A;
}
.BgClassName
{
background-color: #B8990A;
}
</style>
border-color css
<style>
span { border-color: #B8990A; }
span { border-color: rgb(184,153,10); }
td.TdClassName
{
border-color: #B8990A;
}
.TagClassName
{
border-color: #B8990A;
}
</style>