Shades of Buddha Gold #B7A016
Tints of Buddha Gold #B7A016
RGB
CMYK
RGB Variations
Color information
#B7A016 (or 0xB7A016) is known color: Buddha Gold. HEX triplet: B7, A0 and 16. RGB value is (183,160,22). Sum of RGB (Red+Green+Blue) = 183+160+22=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 160 (62.89% from 255 or 43.84% from 365); Blue value is 22 (8.98% from 255 or 6.03% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7A016 is #485FE9. Grayscale: #979797. Windows color (decimal): -4743146 or 1482935. OLE color: 1482935.
HSL color Cylindrical-coordinate representation of color #B7A016: hue angle of 51.43º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B7A016 is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 160 | 22 | - |
| CMYK | 0 | 0.13 | 0.88 | 0.28 |
| HSL | 51.43º | 0.79% | 0.4% | - |
| HSV(B) | 51.43º | 0.88% | 0.72% | - |
| XYZ | 32.24 | 35.27 | 5.87 | - |
| YUV | 151.15 | 55.12 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 160 | 22 | 0 | 0.13 | 0.88 | 0.28 | 51.43 | 0.79 | 0.4 |
| Hex | B7 | A0 | 16 | 0 | D | 58 | 1C | 33 | 4F | 28 |
| Octal | 267 | 240 | 26 | 0 | 15 | 130 | 34 | 63 | 117 | 50 |
| Binary | 10110111 | 10100000 | 10110 | 0 | 1101 | 1011000 | 11100 | 110011 | 1001111 | 101000 |
Color Harmonies of #B7A016
Complementary color
Monochromatic Colors of #B7A016
Black with #B7A016
Text Example
Text Example
White with #B7A016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A016; }
p { color: rgb(183,160,22); }
H1.HeaderClassName
{
color: #B7A016;
}
.AnyTagClassName
{
color: #B7A016;
}
</style>
background-color css
<style>
a { background-color: #B7A016; }
a { background-color: rgb(183,160,22); }
div.DivClassName
{
background-color: #B7A016;
}
.BgClassName
{
background-color: #B7A016;
}
</style>
border-color css
<style>
span { border-color: #B7A016; }
span { border-color: rgb(183,160,22); }
td.TdClassName
{
border-color: #B7A016;
}
.TagClassName
{
border-color: #B7A016;
}
</style>