Shades of Buddha Gold #BD9A21
Tints of Buddha Gold #BD9A21
RGB
CMYK
RGB Variations
Color information
#BD9A21 (or 0xBD9A21) is known color: Buddha Gold. HEX triplet: BD, 9A and 21. RGB value is (189,154,33). Sum of RGB (Red+Green+Blue) = 189+154+33=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 33 (13.28% from 255 or 8.78% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9A21 is #4265DE. Grayscale: #979797. Windows color (decimal): -4351455 or 2202301. OLE color: 2202301.
HSL color Cylindrical-coordinate representation of color #BD9A21: hue angle of 46.54º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD9A21 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 154 | 33 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.26 |
| HSL | 46.54º | 0.7% | 0.44% | - |
| HSV(B) | 46.54º | 0.83% | 0.74% | - |
| XYZ | 32.82 | 34.04 | 6.28 | - |
| YUV | 150.67 | 61.6 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 154 | 33 | 0 | 0.19 | 0.83 | 0.26 | 46.54 | 0.7 | 0.44 |
| Hex | BD | 9A | 21 | 0 | 13 | 53 | 1A | 2F | 46 | 2C |
| Octal | 275 | 232 | 41 | 0 | 23 | 123 | 32 | 57 | 106 | 54 |
| Binary | 10111101 | 10011010 | 100001 | 0 | 10011 | 1010011 | 11010 | 101111 | 1000110 | 101100 |
Color Harmonies of #BD9A21
Complementary color
Monochromatic Colors of #BD9A21
Black with #BD9A21
Text Example
Text Example
White with #BD9A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9A21; }
p { color: rgb(189,154,33); }
H1.HeaderClassName
{
color: #BD9A21;
}
.AnyTagClassName
{
color: #BD9A21;
}
</style>
background-color css
<style>
a { background-color: #BD9A21; }
a { background-color: rgb(189,154,33); }
div.DivClassName
{
background-color: #BD9A21;
}
.BgClassName
{
background-color: #BD9A21;
}
</style>
border-color css
<style>
span { border-color: #BD9A21; }
span { border-color: rgb(189,154,33); }
td.TdClassName
{
border-color: #BD9A21;
}
.TagClassName
{
border-color: #BD9A21;
}
</style>