Shades of Brass #BDAD40
Tints of Brass #BDAD40
RGB
CMYK
RGB Variations
Color information
#BDAD40 (or 0xBDAD40) is known color: Brass. HEX triplet: BD, AD and 40. RGB value is (189,173,64). Sum of RGB (Red+Green+Blue) = 189+173+64=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 64 (25.39% from 255 or 15.02% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAD40 is #4252BF. Grayscale: #A5A5A5. Windows color (decimal): -4346560 or 4238781. OLE color: 4238781.
HSL color Cylindrical-coordinate representation of color #BDAD40: hue angle of 52.32º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDAD40 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 173 | 64 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.26 |
| HSL | 52.32º | 0.49% | 0.5% | - |
| HSV(B) | 52.32º | 0.66% | 0.74% | - |
| XYZ | 36.86 | 41.08 | 10.84 | - |
| YUV | 165.36 | 70.8 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 173 | 64 | 0 | 0.08 | 0.66 | 0.26 | 52.32 | 0.49 | 0.5 |
| Hex | BD | AD | 40 | 0 | 8 | 42 | 1A | 34 | 31 | 32 |
| Octal | 275 | 255 | 100 | 0 | 10 | 102 | 32 | 64 | 61 | 62 |
| Binary | 10111101 | 10101101 | 1000000 | 0 | 1000 | 1000010 | 11010 | 110100 | 110001 | 110010 |
Color Harmonies of #BDAD40
Complementary color
Monochromatic Colors of #BDAD40
Black with #BDAD40
Text Example
Text Example
White with #BDAD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAD40; }
p { color: rgb(189,173,64); }
H1.HeaderClassName
{
color: #BDAD40;
}
.AnyTagClassName
{
color: #BDAD40;
}
</style>
background-color css
<style>
a { background-color: #BDAD40; }
a { background-color: rgb(189,173,64); }
div.DivClassName
{
background-color: #BDAD40;
}
.BgClassName
{
background-color: #BDAD40;
}
</style>
border-color css
<style>
span { border-color: #BDAD40; }
span { border-color: rgb(189,173,64); }
td.TdClassName
{
border-color: #BDAD40;
}
.TagClassName
{
border-color: #BDAD40;
}
</style>