Shades of Buddha Gold #B7A000
Tints of Buddha Gold #B7A000
RGB
CMYK
RGB Variations
Color information
#B7A000 (or 0xB7A000) is known color: Buddha Gold. HEX triplet: B7, A0 and 00. RGB value is (183,160,0). Sum of RGB (Red+Green+Blue) = 183+160+0=343 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.35% from 343); Green value is 160 (62.89% from 255 or 46.65% from 343); Blue value is 0 (0.39% from 255 or 0% from 343); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7A000 is #485FFF. Grayscale: #959595. Windows color (decimal): -4743168 or 41143. OLE color: 41143.
HSL color Cylindrical-coordinate representation of color #B7A000: hue angle of 52.46º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B7A000 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 160 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.28 |
| HSL | 52.46º | 1% | 0.36% | - |
| HSV(B) | 52.46º | 1% | 0.72% | - |
| XYZ | 32.1 | 35.21 | 5.1 | - |
| YUV | 148.64 | 44.12 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 160 | 0 | 0 | 0.13 | 1 | 0.28 | 52.46 | 1 | 0.36 |
| Hex | B7 | A0 | 0 | 0 | D | 64 | 1C | 34 | 64 | 24 |
| Octal | 267 | 240 | 0 | 0 | 15 | 144 | 34 | 64 | 144 | 44 |
| Binary | 10110111 | 10100000 | 0 | 0 | 1101 | 1100100 | 11100 | 110100 | 1100100 | 100100 |
Color Harmonies of #B7A000
Complementary color
Monochromatic Colors of #B7A000
Black with #B7A000
Text Example
Text Example
White with #B7A000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A000; }
p { color: rgb(183,160,0); }
H1.HeaderClassName
{
color: #B7A000;
}
.AnyTagClassName
{
color: #B7A000;
}
</style>
background-color css
<style>
a { background-color: #B7A000; }
a { background-color: rgb(183,160,0); }
div.DivClassName
{
background-color: #B7A000;
}
.BgClassName
{
background-color: #B7A000;
}
</style>
border-color css
<style>
span { border-color: #B7A000; }
span { border-color: rgb(183,160,0); }
td.TdClassName
{
border-color: #B7A000;
}
.TagClassName
{
border-color: #B7A000;
}
</style>