Shades of Buddha Gold #BDA31C
Tints of Buddha Gold #BDA31C
RGB
CMYK
RGB Variations
Color information
#BDA31C (or 0xBDA31C) is known color: Buddha Gold. HEX triplet: BD, A3 and 1C. RGB value is (189,163,28). Sum of RGB (Red+Green+Blue) = 189+163+28=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 163 (64.06% from 255 or 42.89% from 380); Blue value is 28 (11.33% from 255 or 7.37% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA31C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA31C is #425CE3. Grayscale: #9B9B9B. Windows color (decimal): -4349156 or 1876925. OLE color: 1876925.
HSL color Cylindrical-coordinate representation of color #BDA31C: hue angle of 50.31º 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 #BDA31C is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 28 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.26 |
| HSL | 50.31º | 0.74% | 0.43% | - |
| HSV(B) | 50.31º | 0.85% | 0.74% | - |
| XYZ | 34.29 | 37.1 | 6.45 | - |
| YUV | 155.38 | 56.11 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 28 | 0 | 0.14 | 0.85 | 0.26 | 50.31 | 0.74 | 0.43 |
| Hex | BD | A3 | 1C | 0 | E | 55 | 1A | 32 | 4A | 2B |
| Octal | 275 | 243 | 34 | 0 | 16 | 125 | 32 | 62 | 112 | 53 |
| Binary | 10111101 | 10100011 | 11100 | 0 | 1110 | 1010101 | 11010 | 110010 | 1001010 | 101011 |
Color Harmonies of #BDA31C
Complementary color
Monochromatic Colors of #BDA31C
Black with #BDA31C
Text Example
Text Example
White with #BDA31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA31C; }
p { color: rgb(189,163,28); }
H1.HeaderClassName
{
color: #BDA31C;
}
.AnyTagClassName
{
color: #BDA31C;
}
</style>
background-color css
<style>
a { background-color: #BDA31C; }
a { background-color: rgb(189,163,28); }
div.DivClassName
{
background-color: #BDA31C;
}
.BgClassName
{
background-color: #BDA31C;
}
</style>
border-color css
<style>
span { border-color: #BDA31C; }
span { border-color: rgb(189,163,28); }
td.TdClassName
{
border-color: #BDA31C;
}
.TagClassName
{
border-color: #BDA31C;
}
</style>