Shades of Brass #BDA140
Tints of Brass #BDA140
RGB
CMYK
RGB Variations
Color information
#BDA140 (or 0xBDA140) is known color: Brass. HEX triplet: BD, A1 and 40. RGB value is (189,161,64). Sum of RGB (Red+Green+Blue) = 189+161+64=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 161 (63.28% from 255 or 38.89% from 414); Blue value is 64 (25.39% from 255 or 15.46% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA140 is #425EBF. Grayscale: #9E9E9E. Windows color (decimal): -4349632 or 4235709. OLE color: 4235709.
HSL color Cylindrical-coordinate representation of color #BDA140: hue angle of 46.56º 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 #BDA140 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 64 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.26 |
| HSL | 46.56º | 0.49% | 0.5% | - |
| HSV(B) | 46.56º | 0.66% | 0.74% | - |
| XYZ | 34.66 | 36.68 | 10.1 | - |
| YUV | 158.31 | 74.78 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 64 | 0 | 0.15 | 0.66 | 0.26 | 46.56 | 0.49 | 0.5 |
| Hex | BD | A1 | 40 | 0 | F | 42 | 1A | 2F | 31 | 32 |
| Octal | 275 | 241 | 100 | 0 | 17 | 102 | 32 | 57 | 61 | 62 |
| Binary | 10111101 | 10100001 | 1000000 | 0 | 1111 | 1000010 | 11010 | 101111 | 110001 | 110010 |
Color Harmonies of #BDA140
Complementary color
Monochromatic Colors of #BDA140
Black with #BDA140
Text Example
Text Example
White with #BDA140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA140; }
p { color: rgb(189,161,64); }
H1.HeaderClassName
{
color: #BDA140;
}
.AnyTagClassName
{
color: #BDA140;
}
</style>
background-color css
<style>
a { background-color: #BDA140; }
a { background-color: rgb(189,161,64); }
div.DivClassName
{
background-color: #BDA140;
}
.BgClassName
{
background-color: #BDA140;
}
</style>
border-color css
<style>
span { border-color: #BDA140; }
span { border-color: rgb(189,161,64); }
td.TdClassName
{
border-color: #BDA140;
}
.TagClassName
{
border-color: #BDA140;
}
</style>