Shades of Buddha Gold #BDA70B
Tints of Buddha Gold #BDA70B
RGB
CMYK
RGB Variations
Color information
#BDA70B (or 0xBDA70B) is known color: Buddha Gold. HEX triplet: BD, A7 and 0B. RGB value is (189,167,11). Sum of RGB (Red+Green+Blue) = 189+167+11=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 167 (65.62% from 255 or 45.50% from 367); Blue value is 11 (4.69% from 255 or 3.00% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA70B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA70B is #4258F4. Grayscale: #9C9C9C. Windows color (decimal): -4348149 or 763837. OLE color: 763837.
HSL color Cylindrical-coordinate representation of color #BDA70B: hue angle of 52.58º 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 #BDA70B is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 11 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.26 |
| HSL | 52.58º | 0.89% | 0.39% | - |
| HSV(B) | 52.58º | 0.94% | 0.74% | - |
| XYZ | 34.87 | 38.48 | 5.91 | - |
| YUV | 155.79 | 46.29 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 11 | 0 | 0.12 | 0.94 | 0.26 | 52.58 | 0.89 | 0.39 |
| Hex | BD | A7 | B | 0 | C | 5E | 1A | 35 | 59 | 27 |
| Octal | 275 | 247 | 13 | 0 | 14 | 136 | 32 | 65 | 131 | 47 |
| Binary | 10111101 | 10100111 | 1011 | 0 | 1100 | 1011110 | 11010 | 110101 | 1011001 | 100111 |
Color Harmonies of #BDA70B
Complementary color
Monochromatic Colors of #BDA70B
Black with #BDA70B
Text Example
Text Example
White with #BDA70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA70B; }
p { color: rgb(189,167,11); }
H1.HeaderClassName
{
color: #BDA70B;
}
.AnyTagClassName
{
color: #BDA70B;
}
</style>
background-color css
<style>
a { background-color: #BDA70B; }
a { background-color: rgb(189,167,11); }
div.DivClassName
{
background-color: #BDA70B;
}
.BgClassName
{
background-color: #BDA70B;
}
</style>
border-color css
<style>
span { border-color: #BDA70B; }
span { border-color: rgb(189,167,11); }
td.TdClassName
{
border-color: #BDA70B;
}
.TagClassName
{
border-color: #BDA70B;
}
</style>