Shades of Buddha Gold #BDA00A
Tints of Buddha Gold #BDA00A
RGB
CMYK
RGB Variations
Color information
#BDA00A (or 0xBDA00A) is known color: Buddha Gold. HEX triplet: BD, A0 and 0A. RGB value is (189,160,10). Sum of RGB (Red+Green+Blue) = 189+160+10=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 160 (62.89% from 255 or 44.57% from 359); Blue value is 10 (4.30% from 255 or 2.79% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA00A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA00A is #425FF5. Grayscale: #989898. Windows color (decimal): -4349942 or 696509. OLE color: 696509.
HSL color Cylindrical-coordinate representation of color #BDA00A: hue angle of 50.28º 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 #BDA00A is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 10 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.26 |
| HSL | 50.28º | 0.9% | 0.39% | - |
| HSV(B) | 50.28º | 0.95% | 0.74% | - |
| XYZ | 33.61 | 35.98 | 5.46 | - |
| YUV | 151.57 | 48.11 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 10 | 0 | 0.15 | 0.95 | 0.26 | 50.28 | 0.9 | 0.39 |
| Hex | BD | A0 | A | 0 | F | 5F | 1A | 32 | 5A | 27 |
| Octal | 275 | 240 | 12 | 0 | 17 | 137 | 32 | 62 | 132 | 47 |
| Binary | 10111101 | 10100000 | 1010 | 0 | 1111 | 1011111 | 11010 | 110010 | 1011010 | 100111 |
Color Harmonies of #BDA00A
Complementary color
Monochromatic Colors of #BDA00A
Black with #BDA00A
Text Example
Text Example
White with #BDA00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA00A; }
p { color: rgb(189,160,10); }
H1.HeaderClassName
{
color: #BDA00A;
}
.AnyTagClassName
{
color: #BDA00A;
}
</style>
background-color css
<style>
a { background-color: #BDA00A; }
a { background-color: rgb(189,160,10); }
div.DivClassName
{
background-color: #BDA00A;
}
.BgClassName
{
background-color: #BDA00A;
}
</style>
border-color css
<style>
span { border-color: #BDA00A; }
span { border-color: rgb(189,160,10); }
td.TdClassName
{
border-color: #BDA00A;
}
.TagClassName
{
border-color: #BDA00A;
}
</style>