Shades of Buddha Gold #B7A209
Tints of Buddha Gold #B7A209
RGB
CMYK
RGB Variations
Color information
#B7A209 (or 0xB7A209) is known color: Buddha Gold. HEX triplet: B7, A2 and 09. RGB value is (183,162,9). Sum of RGB (Red+Green+Blue) = 183+162+9=354 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.69% from 354); Green value is 162 (63.67% from 255 or 45.76% from 354); Blue value is 9 (3.91% from 255 or 2.54% from 354); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A209 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7A209 is #485DF6. Grayscale: #979797. Windows color (decimal): -4742647 or 631479. OLE color: 631479.
HSL color Cylindrical-coordinate representation of color #B7A209: hue angle of 52.76º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B7A209 is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 162 | 9 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.28 |
| HSL | 52.76º | 0.91% | 0.38% | - |
| HSV(B) | 52.76º | 0.95% | 0.72% | - |
| XYZ | 32.5 | 35.93 | 5.48 | - |
| YUV | 150.84 | 47.96 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 162 | 9 | 0 | 0.11 | 0.95 | 0.28 | 52.76 | 0.91 | 0.38 |
| Hex | B7 | A2 | 9 | 0 | B | 5F | 1C | 35 | 5B | 26 |
| Octal | 267 | 242 | 11 | 0 | 13 | 137 | 34 | 65 | 133 | 46 |
| Binary | 10110111 | 10100010 | 1001 | 0 | 1011 | 1011111 | 11100 | 110101 | 1011011 | 100110 |
Color Harmonies of #B7A209
Complementary color
Monochromatic Colors of #B7A209
Black with #B7A209
Text Example
Text Example
White with #B7A209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A209; }
p { color: rgb(183,162,9); }
H1.HeaderClassName
{
color: #B7A209;
}
.AnyTagClassName
{
color: #B7A209;
}
</style>
background-color css
<style>
a { background-color: #B7A209; }
a { background-color: rgb(183,162,9); }
div.DivClassName
{
background-color: #B7A209;
}
.BgClassName
{
background-color: #B7A209;
}
</style>
border-color css
<style>
span { border-color: #B7A209; }
span { border-color: rgb(183,162,9); }
td.TdClassName
{
border-color: #B7A209;
}
.TagClassName
{
border-color: #B7A209;
}
</style>