Shades of Buddha Gold #B7A30E
Tints of Buddha Gold #B7A30E
RGB
CMYK
RGB Variations
Color information
#B7A30E (or 0xB7A30E) is known color: Buddha Gold. HEX triplet: B7, A3 and 0E. RGB value is (183,163,14). Sum of RGB (Red+Green+Blue) = 183+163+14=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 163 (64.06% from 255 or 45.28% from 360); Blue value is 14 (5.86% from 255 or 3.89% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A30E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7A30E is #485CF1. Grayscale: #989898. Windows color (decimal): -4742386 or 959415. OLE color: 959415.
HSL color Cylindrical-coordinate representation of color #B7A30E: hue angle of 52.9º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B7A30E is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 163 | 14 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.28 |
| HSL | 52.9º | 0.86% | 0.39% | - |
| HSV(B) | 52.9º | 0.92% | 0.72% | - |
| XYZ | 32.7 | 36.29 | 5.7 | - |
| YUV | 151.99 | 50.13 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 163 | 14 | 0 | 0.11 | 0.92 | 0.28 | 52.9 | 0.86 | 0.39 |
| Hex | B7 | A3 | E | 0 | B | 5C | 1C | 35 | 56 | 27 |
| Octal | 267 | 243 | 16 | 0 | 13 | 134 | 34 | 65 | 126 | 47 |
| Binary | 10110111 | 10100011 | 1110 | 0 | 1011 | 1011100 | 11100 | 110101 | 1010110 | 100111 |
Color Harmonies of #B7A30E
Complementary color
Monochromatic Colors of #B7A30E
Black with #B7A30E
Text Example
Text Example
White with #B7A30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A30E; }
p { color: rgb(183,163,14); }
H1.HeaderClassName
{
color: #B7A30E;
}
.AnyTagClassName
{
color: #B7A30E;
}
</style>
background-color css
<style>
a { background-color: #B7A30E; }
a { background-color: rgb(183,163,14); }
div.DivClassName
{
background-color: #B7A30E;
}
.BgClassName
{
background-color: #B7A30E;
}
</style>
border-color css
<style>
span { border-color: #B7A30E; }
span { border-color: rgb(183,163,14); }
td.TdClassName
{
border-color: #B7A30E;
}
.TagClassName
{
border-color: #B7A30E;
}
</style>