Shades of Buddha Gold #BDA00B
Tints of Buddha Gold #BDA00B
RGB
CMYK
RGB Variations
Color information
#BDA00B (or 0xBDA00B) is known color: Buddha Gold. HEX triplet: BD, A0 and 0B. RGB value is (189,160,11). Sum of RGB (Red+Green+Blue) = 189+160+11=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 160 (62.89% from 255 or 44.44% from 360); Blue value is 11 (4.69% from 255 or 3.06% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA00B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA00B is #425FF4. Grayscale: #989898. Windows color (decimal): -4349941 or 762045. OLE color: 762045.
HSL color Cylindrical-coordinate representation of color #BDA00B: hue angle of 50.22º 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 #BDA00B is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 11 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.26 |
| HSL | 50.22º | 0.89% | 0.39% | - |
| HSV(B) | 50.22º | 0.94% | 0.74% | - |
| XYZ | 33.62 | 35.98 | 5.49 | - |
| YUV | 151.69 | 48.61 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 11 | 0 | 0.15 | 0.94 | 0.26 | 50.22 | 0.89 | 0.39 |
| Hex | BD | A0 | B | 0 | F | 5E | 1A | 32 | 59 | 27 |
| Octal | 275 | 240 | 13 | 0 | 17 | 136 | 32 | 62 | 131 | 47 |
| Binary | 10111101 | 10100000 | 1011 | 0 | 1111 | 1011110 | 11010 | 110010 | 1011001 | 100111 |
Color Harmonies of #BDA00B
Complementary color
Monochromatic Colors of #BDA00B
Black with #BDA00B
Text Example
Text Example
White with #BDA00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA00B; }
p { color: rgb(189,160,11); }
H1.HeaderClassName
{
color: #BDA00B;
}
.AnyTagClassName
{
color: #BDA00B;
}
</style>
background-color css
<style>
a { background-color: #BDA00B; }
a { background-color: rgb(189,160,11); }
div.DivClassName
{
background-color: #BDA00B;
}
.BgClassName
{
background-color: #BDA00B;
}
</style>
border-color css
<style>
span { border-color: #BDA00B; }
span { border-color: rgb(189,160,11); }
td.TdClassName
{
border-color: #BDA00B;
}
.TagClassName
{
border-color: #BDA00B;
}
</style>