Shades of Buddha Gold #B7A20A
Tints of Buddha Gold #B7A20A
RGB
CMYK
RGB Variations
Color information
#B7A20A (or 0xB7A20A) is known color: Buddha Gold. HEX triplet: B7, A2 and 0A. RGB value is (183,162,10). Sum of RGB (Red+Green+Blue) = 183+162+10=355 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.55% from 355); Green value is 162 (63.67% from 255 or 45.63% from 355); Blue value is 10 (4.30% from 255 or 2.82% from 355); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A20A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7A20A is #485DF5. Grayscale: #979797. Windows color (decimal): -4742646 or 697015. OLE color: 697015.
HSL color Cylindrical-coordinate representation of color #B7A20A: hue angle of 52.72º degrees, saturation: 0.9, 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 #B7A20A is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 162 | 10 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.28 |
| HSL | 52.72º | 0.9% | 0.38% | - |
| HSV(B) | 52.72º | 0.95% | 0.72% | - |
| XYZ | 32.5 | 35.93 | 5.51 | - |
| YUV | 150.95 | 48.46 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 162 | 10 | 0 | 0.11 | 0.95 | 0.28 | 52.72 | 0.9 | 0.38 |
| Hex | B7 | A2 | A | 0 | B | 5F | 1C | 35 | 5A | 26 |
| Octal | 267 | 242 | 12 | 0 | 13 | 137 | 34 | 65 | 132 | 46 |
| Binary | 10110111 | 10100010 | 1010 | 0 | 1011 | 1011111 | 11100 | 110101 | 1011010 | 100110 |
Color Harmonies of #B7A20A
Complementary color
Monochromatic Colors of #B7A20A
Black with #B7A20A
Text Example
Text Example
White with #B7A20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A20A; }
p { color: rgb(183,162,10); }
H1.HeaderClassName
{
color: #B7A20A;
}
.AnyTagClassName
{
color: #B7A20A;
}
</style>
background-color css
<style>
a { background-color: #B7A20A; }
a { background-color: rgb(183,162,10); }
div.DivClassName
{
background-color: #B7A20A;
}
.BgClassName
{
background-color: #B7A20A;
}
</style>
border-color css
<style>
span { border-color: #B7A20A; }
span { border-color: rgb(183,162,10); }
td.TdClassName
{
border-color: #B7A20A;
}
.TagClassName
{
border-color: #B7A20A;
}
</style>