Shades of Brass #BDA144
Tints of Brass #BDA144
RGB
CMYK
RGB Variations
Color information
#BDA144 (or 0xBDA144) is known color: Brass. HEX triplet: BD, A1 and 44. RGB value is (189,161,68). Sum of RGB (Red+Green+Blue) = 189+161+68=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 68 (26.95% from 255 or 16.27% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA144 is #425EBB. Grayscale: #9F9F9F. Windows color (decimal): -4349628 or 4497853. OLE color: 4497853.
HSL color Cylindrical-coordinate representation of color #BDA144: hue angle of 46.12º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDA144 is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 68 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.26 |
| HSL | 46.12º | 0.48% | 0.5% | - |
| HSV(B) | 46.12º | 0.64% | 0.74% | - |
| XYZ | 34.77 | 36.73 | 10.72 | - |
| YUV | 158.77 | 76.78 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 68 | 0 | 0.15 | 0.64 | 0.26 | 46.12 | 0.48 | 0.5 |
| Hex | BD | A1 | 44 | 0 | F | 40 | 1A | 2E | 30 | 32 |
| Octal | 275 | 241 | 104 | 0 | 17 | 100 | 32 | 56 | 60 | 62 |
| Binary | 10111101 | 10100001 | 1000100 | 0 | 1111 | 1000000 | 11010 | 101110 | 110000 | 110010 |
Color Harmonies of #BDA144
Complementary color
Monochromatic Colors of #BDA144
Black with #BDA144
Text Example
Text Example
White with #BDA144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA144; }
p { color: rgb(189,161,68); }
H1.HeaderClassName
{
color: #BDA144;
}
.AnyTagClassName
{
color: #BDA144;
}
</style>
background-color css
<style>
a { background-color: #BDA144; }
a { background-color: rgb(189,161,68); }
div.DivClassName
{
background-color: #BDA144;
}
.BgClassName
{
background-color: #BDA144;
}
</style>
border-color css
<style>
span { border-color: #BDA144; }
span { border-color: rgb(189,161,68); }
td.TdClassName
{
border-color: #BDA144;
}
.TagClassName
{
border-color: #BDA144;
}
</style>