Shades of Buddha Gold #BDA20A
Tints of Buddha Gold #BDA20A
RGB
CMYK
RGB Variations
Color information
#BDA20A (or 0xBDA20A) is known color: Buddha Gold. HEX triplet: BD, A2 and 0A. RGB value is (189,162,10). Sum of RGB (Red+Green+Blue) = 189+162+10=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 162 (63.67% from 255 or 44.88% from 361); Blue value is 10 (4.30% from 255 or 2.77% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA20A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA20A is #425DF5. Grayscale: #999999. Windows color (decimal): -4349430 or 697021. OLE color: 697021.
HSL color Cylindrical-coordinate representation of color #BDA20A: hue angle of 50.95º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BDA20A is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 10 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.26 |
| HSL | 50.95º | 0.9% | 0.39% | - |
| HSV(B) | 50.95º | 0.95% | 0.74% | - |
| XYZ | 33.96 | 36.68 | 5.58 | - |
| YUV | 152.75 | 47.45 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 10 | 0 | 0.14 | 0.95 | 0.26 | 50.95 | 0.9 | 0.39 |
| Hex | BD | A2 | A | 0 | E | 5F | 1A | 33 | 5A | 27 |
| Octal | 275 | 242 | 12 | 0 | 16 | 137 | 32 | 63 | 132 | 47 |
| Binary | 10111101 | 10100010 | 1010 | 0 | 1110 | 1011111 | 11010 | 110011 | 1011010 | 100111 |
Color Harmonies of #BDA20A
Complementary color
Monochromatic Colors of #BDA20A
Black with #BDA20A
Text Example
Text Example
White with #BDA20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA20A; }
p { color: rgb(189,162,10); }
H1.HeaderClassName
{
color: #BDA20A;
}
.AnyTagClassName
{
color: #BDA20A;
}
</style>
background-color css
<style>
a { background-color: #BDA20A; }
a { background-color: rgb(189,162,10); }
div.DivClassName
{
background-color: #BDA20A;
}
.BgClassName
{
background-color: #BDA20A;
}
</style>
border-color css
<style>
span { border-color: #BDA20A; }
span { border-color: rgb(189,162,10); }
td.TdClassName
{
border-color: #BDA20A;
}
.TagClassName
{
border-color: #BDA20A;
}
</style>