Shades of Buddha Gold #BDA21C
Tints of Buddha Gold #BDA21C
RGB
CMYK
RGB Variations
Color information
#BDA21C (or 0xBDA21C) is known color: Buddha Gold. HEX triplet: BD, A2 and 1C. RGB value is (189,162,28). Sum of RGB (Red+Green+Blue) = 189+162+28=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 162 (63.67% from 255 or 42.74% from 379); Blue value is 28 (11.33% from 255 or 7.39% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA21C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA21C is #425DE3. Grayscale: #9B9B9B. Windows color (decimal): -4349412 or 1876669. OLE color: 1876669.
HSL color Cylindrical-coordinate representation of color #BDA21C: hue angle of 49.94º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDA21C is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 28 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.26 |
| HSL | 49.94º | 0.74% | 0.43% | - |
| HSV(B) | 49.94º | 0.85% | 0.74% | - |
| XYZ | 34.12 | 36.74 | 6.39 | - |
| YUV | 154.8 | 56.45 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 28 | 0 | 0.14 | 0.85 | 0.26 | 49.94 | 0.74 | 0.43 |
| Hex | BD | A2 | 1C | 0 | E | 55 | 1A | 32 | 4A | 2B |
| Octal | 275 | 242 | 34 | 0 | 16 | 125 | 32 | 62 | 112 | 53 |
| Binary | 10111101 | 10100010 | 11100 | 0 | 1110 | 1010101 | 11010 | 110010 | 1001010 | 101011 |
Color Harmonies of #BDA21C
Complementary color
Monochromatic Colors of #BDA21C
Black with #BDA21C
Text Example
Text Example
White with #BDA21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA21C; }
p { color: rgb(189,162,28); }
H1.HeaderClassName
{
color: #BDA21C;
}
.AnyTagClassName
{
color: #BDA21C;
}
</style>
background-color css
<style>
a { background-color: #BDA21C; }
a { background-color: rgb(189,162,28); }
div.DivClassName
{
background-color: #BDA21C;
}
.BgClassName
{
background-color: #BDA21C;
}
</style>
border-color css
<style>
span { border-color: #BDA21C; }
span { border-color: rgb(189,162,28); }
td.TdClassName
{
border-color: #BDA21C;
}
.TagClassName
{
border-color: #BDA21C;
}
</style>