Shades of Buddha Gold #BDA21A
Tints of Buddha Gold #BDA21A
RGB
CMYK
RGB Variations
Color information
#BDA21A (or 0xBDA21A) is known color: Buddha Gold. HEX triplet: BD, A2 and 1A. RGB value is (189,162,26). Sum of RGB (Red+Green+Blue) = 189+162+26=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 162 (63.67% from 255 or 42.97% from 377); Blue value is 26 (10.55% from 255 or 6.90% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA21A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA21A is #425DE5. Grayscale: #9B9B9B. Windows color (decimal): -4349414 or 1745597. OLE color: 1745597.
HSL color Cylindrical-coordinate representation of color #BDA21A: hue angle of 50.06º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BDA21A is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 26 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.26 |
| HSL | 50.06º | 0.76% | 0.42% | - |
| HSV(B) | 50.06º | 0.86% | 0.74% | - |
| XYZ | 34.09 | 36.73 | 6.27 | - |
| YUV | 154.57 | 55.45 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 26 | 0 | 0.14 | 0.86 | 0.26 | 50.06 | 0.76 | 0.42 |
| Hex | BD | A2 | 1A | 0 | E | 56 | 1A | 32 | 4C | 2A |
| Octal | 275 | 242 | 32 | 0 | 16 | 126 | 32 | 62 | 114 | 52 |
| Binary | 10111101 | 10100010 | 11010 | 0 | 1110 | 1010110 | 11010 | 110010 | 1001100 | 101010 |
Color Harmonies of #BDA21A
Complementary color
Monochromatic Colors of #BDA21A
Black with #BDA21A
Text Example
Text Example
White with #BDA21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA21A; }
p { color: rgb(189,162,26); }
H1.HeaderClassName
{
color: #BDA21A;
}
.AnyTagClassName
{
color: #BDA21A;
}
</style>
background-color css
<style>
a { background-color: #BDA21A; }
a { background-color: rgb(189,162,26); }
div.DivClassName
{
background-color: #BDA21A;
}
.BgClassName
{
background-color: #BDA21A;
}
</style>
border-color css
<style>
span { border-color: #BDA21A; }
span { border-color: rgb(189,162,26); }
td.TdClassName
{
border-color: #BDA21A;
}
.TagClassName
{
border-color: #BDA21A;
}
</style>