Shades of Buddha Gold #B7A506
Tints of Buddha Gold #B7A506
RGB
CMYK
RGB Variations
Color information
#B7A506 (or 0xB7A506) is known color: Buddha Gold. HEX triplet: B7, A5 and 06. RGB value is (183,165,6). Sum of RGB (Red+Green+Blue) = 183+165+6=354 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.69% from 354); Green value is 165 (64.84% from 255 or 46.61% from 354); Blue value is 6 (2.73% from 255 or 1.69% from 354); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A506 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7A506 is #485AF9. Grayscale: #989898. Windows color (decimal): -4741882 or 435639. OLE color: 435639.
HSL color Cylindrical-coordinate representation of color #B7A506: hue angle of 53.9º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B7A506 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 165 | 6 | - |
| CMYK | 0 | 0.10 | 0.97 | 0.28 |
| HSL | 53.9º | 0.94% | 0.37% | - |
| HSV(B) | 53.9º | 0.97% | 0.72% | - |
| XYZ | 33.02 | 36.99 | 5.57 | - |
| YUV | 152.26 | 45.46 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 165 | 6 | 0 | 0.10 | 0.97 | 0.28 | 53.9 | 0.94 | 0.37 |
| Hex | B7 | A5 | 6 | 0 | A | 61 | 1C | 36 | 5E | 25 |
| Octal | 267 | 245 | 6 | 0 | 12 | 141 | 34 | 66 | 136 | 45 |
| Binary | 10110111 | 10100101 | 110 | 0 | 1010 | 1100001 | 11100 | 110110 | 1011110 | 100101 |
Color Harmonies of #B7A506
Complementary color
Monochromatic Colors of #B7A506
Black with #B7A506
Text Example
Text Example
White with #B7A506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A506; }
p { color: rgb(183,165,6); }
H1.HeaderClassName
{
color: #B7A506;
}
.AnyTagClassName
{
color: #B7A506;
}
</style>
background-color css
<style>
a { background-color: #B7A506; }
a { background-color: rgb(183,165,6); }
div.DivClassName
{
background-color: #B7A506;
}
.BgClassName
{
background-color: #B7A506;
}
</style>
border-color css
<style>
span { border-color: #B7A506; }
span { border-color: rgb(183,165,6); }
td.TdClassName
{
border-color: #B7A506;
}
.TagClassName
{
border-color: #B7A506;
}
</style>