Shades of Buddha Gold #B7A018
Tints of Buddha Gold #B7A018
RGB
CMYK
RGB Variations
Color information
#B7A018 (or 0xB7A018) is known color: Buddha Gold. HEX triplet: B7, A0 and 18. RGB value is (183,160,24). Sum of RGB (Red+Green+Blue) = 183+160+24=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 24 (9.77% from 255 or 6.54% from 367); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7A018 is #485FE7. Grayscale: #979797. Windows color (decimal): -4743144 or 1614007. OLE color: 1614007.
HSL color Cylindrical-coordinate representation of color #B7A018: hue angle of 51.32º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B7A018 is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 160 | 24 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.28 |
| HSL | 51.32º | 0.77% | 0.41% | - |
| HSV(B) | 51.32º | 0.87% | 0.72% | - |
| XYZ | 32.26 | 35.27 | 5.97 | - |
| YUV | 151.37 | 56.12 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 160 | 24 | 0 | 0.13 | 0.87 | 0.28 | 51.32 | 0.77 | 0.41 |
| Hex | B7 | A0 | 18 | 0 | D | 57 | 1C | 33 | 4D | 29 |
| Octal | 267 | 240 | 30 | 0 | 15 | 127 | 34 | 63 | 115 | 51 |
| Binary | 10110111 | 10100000 | 11000 | 0 | 1101 | 1010111 | 11100 | 110011 | 1001101 | 101001 |
Color Harmonies of #B7A018
Complementary color
Monochromatic Colors of #B7A018
Black with #B7A018
Text Example
Text Example
White with #B7A018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A018; }
p { color: rgb(183,160,24); }
H1.HeaderClassName
{
color: #B7A018;
}
.AnyTagClassName
{
color: #B7A018;
}
</style>
background-color css
<style>
a { background-color: #B7A018; }
a { background-color: rgb(183,160,24); }
div.DivClassName
{
background-color: #B7A018;
}
.BgClassName
{
background-color: #B7A018;
}
</style>
border-color css
<style>
span { border-color: #B7A018; }
span { border-color: rgb(183,160,24); }
td.TdClassName
{
border-color: #B7A018;
}
.TagClassName
{
border-color: #B7A018;
}
</style>