Shades of Buddha Gold #BDA01A
Tints of Buddha Gold #BDA01A
RGB
CMYK
RGB Variations
Color information
#BDA01A (or 0xBDA01A) is known color: Buddha Gold. HEX triplet: BD, A0 and 1A. RGB value is (189,160,26). Sum of RGB (Red+Green+Blue) = 189+160+26=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 160 (62.89% from 255 or 42.67% from 375); Blue value is 26 (10.55% from 255 or 6.93% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA01A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA01A is #425FE5. Grayscale: #999999. Windows color (decimal): -4349926 or 1745085. OLE color: 1745085.
HSL color Cylindrical-coordinate representation of color #BDA01A: hue angle of 49.33º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BDA01A is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 26 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.26 |
| HSL | 49.33º | 0.76% | 0.42% | - |
| HSV(B) | 49.33º | 0.86% | 0.74% | - |
| XYZ | 33.74 | 36.04 | 6.15 | - |
| YUV | 153.4 | 56.11 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 26 | 0 | 0.15 | 0.86 | 0.26 | 49.33 | 0.76 | 0.42 |
| Hex | BD | A0 | 1A | 0 | F | 56 | 1A | 31 | 4C | 2A |
| Octal | 275 | 240 | 32 | 0 | 17 | 126 | 32 | 61 | 114 | 52 |
| Binary | 10111101 | 10100000 | 11010 | 0 | 1111 | 1010110 | 11010 | 110001 | 1001100 | 101010 |
Color Harmonies of #BDA01A
Complementary color
Monochromatic Colors of #BDA01A
Black with #BDA01A
Text Example
Text Example
White with #BDA01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA01A; }
p { color: rgb(189,160,26); }
H1.HeaderClassName
{
color: #BDA01A;
}
.AnyTagClassName
{
color: #BDA01A;
}
</style>
background-color css
<style>
a { background-color: #BDA01A; }
a { background-color: rgb(189,160,26); }
div.DivClassName
{
background-color: #BDA01A;
}
.BgClassName
{
background-color: #BDA01A;
}
</style>
border-color css
<style>
span { border-color: #BDA01A; }
span { border-color: rgb(189,160,26); }
td.TdClassName
{
border-color: #BDA01A;
}
.TagClassName
{
border-color: #BDA01A;
}
</style>