Shades of Buddha Gold #BDA41A
Tints of Buddha Gold #BDA41A
RGB
CMYK
RGB Variations
Color information
#BDA41A (or 0xBDA41A) is known color: Buddha Gold. HEX triplet: BD, A4 and 1A. RGB value is (189,164,26). Sum of RGB (Red+Green+Blue) = 189+164+26=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 164 (64.45% from 255 or 43.27% from 379); Blue value is 26 (10.55% from 255 or 6.86% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA41A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA41A is #425BE5. Grayscale: #9C9C9C. Windows color (decimal): -4348902 or 1746109. OLE color: 1746109.
HSL color Cylindrical-coordinate representation of color #BDA41A: hue angle of 50.8º 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 #BDA41A is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 164 | 26 | - |
CMYK | 0 | 0.13 | 0.86 | 0.26 |
HSL | 50.8º | 0.76% | 0.42% | - |
HSV(B) | 50.8º | 0.86% | 0.74% | - |
XYZ | 34.45 | 37.44 | 6.39 | - |
YUV | 155.74 | 54.78 | 151.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 164 | 26 | 0 | 0.13 | 0.86 | 0.26 | 50.8 | 0.76 | 0.42 |
Hex | BD | A4 | 1A | 0 | D | 56 | 1A | 33 | 4C | 2A |
Octal | 275 | 244 | 32 | 0 | 15 | 126 | 32 | 63 | 114 | 52 |
Binary | 10111101 | 10100100 | 11010 | 0 | 1101 | 1010110 | 11010 | 110011 | 1001100 | 101010 |
Color Harmonies of #BDA41A
Complementary color
Monochromatic Colors of #BDA41A
Black with #BDA41A
Text Example
Text Example
White with #BDA41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA41A; }
p { color: rgb(189,164,26); }
H1.HeaderClassName
{
color: #BDA41A;
}
.AnyTagClassName
{
color: #BDA41A;
}
</style>
background-color css
<style>
a { background-color: #BDA41A; }
a { background-color: rgb(189,164,26); }
div.DivClassName
{
background-color: #BDA41A;
}
.BgClassName
{
background-color: #BDA41A;
}
</style>
border-color css
<style>
span { border-color: #BDA41A; }
span { border-color: rgb(189,164,26); }
td.TdClassName
{
border-color: #BDA41A;
}
.TagClassName
{
border-color: #BDA41A;
}
</style>