Shades of Buddha Gold #B7A218
Tints of Buddha Gold #B7A218
RGB
CMYK
RGB Variations
Color information
#B7A218 (or 0xB7A218) is known color: Buddha Gold. HEX triplet: B7, A2 and 18. RGB value is (183,162,24). Sum of RGB (Red+Green+Blue) = 183+162+24=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 24 (9.77% from 255 or 6.50% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7A218 is #485DE7. Grayscale: #999999. Windows color (decimal): -4742632 or 1614519. OLE color: 1614519.
HSL color Cylindrical-coordinate representation of color #B7A218: hue angle of 52.08º 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 #B7A218 is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 162 | 24 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.28 |
| HSL | 52.08º | 0.77% | 0.41% | - |
| HSV(B) | 52.08º | 0.87% | 0.72% | - |
| XYZ | 32.61 | 35.97 | 6.09 | - |
| YUV | 152.55 | 55.46 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 162 | 24 | 0 | 0.11 | 0.87 | 0.28 | 52.08 | 0.77 | 0.41 |
| Hex | B7 | A2 | 18 | 0 | B | 57 | 1C | 34 | 4D | 29 |
| Octal | 267 | 242 | 30 | 0 | 13 | 127 | 34 | 64 | 115 | 51 |
| Binary | 10110111 | 10100010 | 11000 | 0 | 1011 | 1010111 | 11100 | 110100 | 1001101 | 101001 |
Color Harmonies of #B7A218
Complementary color
Monochromatic Colors of #B7A218
Black with #B7A218
Text Example
Text Example
White with #B7A218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A218; }
p { color: rgb(183,162,24); }
H1.HeaderClassName
{
color: #B7A218;
}
.AnyTagClassName
{
color: #B7A218;
}
</style>
background-color css
<style>
a { background-color: #B7A218; }
a { background-color: rgb(183,162,24); }
div.DivClassName
{
background-color: #B7A218;
}
.BgClassName
{
background-color: #B7A218;
}
</style>
border-color css
<style>
span { border-color: #B7A218; }
span { border-color: rgb(183,162,24); }
td.TdClassName
{
border-color: #B7A218;
}
.TagClassName
{
border-color: #B7A218;
}
</style>