Shades of Buddha Gold #BDA50B
Tints of Buddha Gold #BDA50B
RGB
CMYK
RGB Variations
Color information
#BDA50B (or 0xBDA50B) is known color: Buddha Gold. HEX triplet: BD, A5 and 0B. RGB value is (189,165,11). Sum of RGB (Red+Green+Blue) = 189+165+11=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 165 (64.84% from 255 or 45.21% from 365); Blue value is 11 (4.69% from 255 or 3.01% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA50B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA50B is #425AF4. Grayscale: #9B9B9B. Windows color (decimal): -4348661 or 763325. OLE color: 763325.
HSL color Cylindrical-coordinate representation of color #BDA50B: hue angle of 51.91º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDA50B is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 11 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.26 |
| HSL | 51.91º | 0.89% | 0.39% | - |
| HSV(B) | 51.91º | 0.94% | 0.74% | - |
| XYZ | 34.5 | 37.75 | 5.79 | - |
| YUV | 154.62 | 46.95 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 11 | 0 | 0.13 | 0.94 | 0.26 | 51.91 | 0.89 | 0.39 |
| Hex | BD | A5 | B | 0 | D | 5E | 1A | 34 | 59 | 27 |
| Octal | 275 | 245 | 13 | 0 | 15 | 136 | 32 | 64 | 131 | 47 |
| Binary | 10111101 | 10100101 | 1011 | 0 | 1101 | 1011110 | 11010 | 110100 | 1011001 | 100111 |
Color Harmonies of #BDA50B
Complementary color
Monochromatic Colors of #BDA50B
Black with #BDA50B
Text Example
Text Example
White with #BDA50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA50B; }
p { color: rgb(189,165,11); }
H1.HeaderClassName
{
color: #BDA50B;
}
.AnyTagClassName
{
color: #BDA50B;
}
</style>
background-color css
<style>
a { background-color: #BDA50B; }
a { background-color: rgb(189,165,11); }
div.DivClassName
{
background-color: #BDA50B;
}
.BgClassName
{
background-color: #BDA50B;
}
</style>
border-color css
<style>
span { border-color: #BDA50B; }
span { border-color: rgb(189,165,11); }
td.TdClassName
{
border-color: #BDA50B;
}
.TagClassName
{
border-color: #BDA50B;
}
</style>