Shades of Buddha Gold #BDA20B
Tints of Buddha Gold #BDA20B
RGB
CMYK
RGB Variations
Color information
#BDA20B (or 0xBDA20B) is known color: Buddha Gold. HEX triplet: BD, A2 and 0B. RGB value is (189,162,11). Sum of RGB (Red+Green+Blue) = 189+162+11=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 162 (63.67% from 255 or 44.75% from 362); Blue value is 11 (4.69% from 255 or 3.04% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA20B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA20B is #425DF4. Grayscale: #999999. Windows color (decimal): -4349429 or 762557. OLE color: 762557.
HSL color Cylindrical-coordinate representation of color #BDA20B: hue angle of 50.9º 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 #BDA20B is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 11 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.26 |
| HSL | 50.9º | 0.89% | 0.39% | - |
| HSV(B) | 50.9º | 0.94% | 0.74% | - |
| XYZ | 33.97 | 36.68 | 5.61 | - |
| YUV | 152.86 | 47.95 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 11 | 0 | 0.14 | 0.94 | 0.26 | 50.9 | 0.89 | 0.39 |
| Hex | BD | A2 | B | 0 | E | 5E | 1A | 33 | 59 | 27 |
| Octal | 275 | 242 | 13 | 0 | 16 | 136 | 32 | 63 | 131 | 47 |
| Binary | 10111101 | 10100010 | 1011 | 0 | 1110 | 1011110 | 11010 | 110011 | 1011001 | 100111 |
Color Harmonies of #BDA20B
Complementary color
Monochromatic Colors of #BDA20B
Black with #BDA20B
Text Example
Text Example
White with #BDA20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA20B; }
p { color: rgb(189,162,11); }
H1.HeaderClassName
{
color: #BDA20B;
}
.AnyTagClassName
{
color: #BDA20B;
}
</style>
background-color css
<style>
a { background-color: #BDA20B; }
a { background-color: rgb(189,162,11); }
div.DivClassName
{
background-color: #BDA20B;
}
.BgClassName
{
background-color: #BDA20B;
}
</style>
border-color css
<style>
span { border-color: #BDA20B; }
span { border-color: rgb(189,162,11); }
td.TdClassName
{
border-color: #BDA20B;
}
.TagClassName
{
border-color: #BDA20B;
}
</style>