Shades of Brass #BDA038
Tints of Brass #BDA038
RGB
CMYK
RGB Variations
Color information
#BDA038 (or 0xBDA038) is known color: Brass. HEX triplet: BD, A0 and 38. RGB value is (189,160,56). Sum of RGB (Red+Green+Blue) = 189+160+56=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 160 (62.89% from 255 or 39.51% from 405); Blue value is 56 (22.27% from 255 or 13.83% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA038 is #425FC7. Grayscale: #9D9D9D. Windows color (decimal): -4349896 or 3711165. OLE color: 3711165.
HSL color Cylindrical-coordinate representation of color #BDA038: hue angle of 46.92º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDA038 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 56 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.26 |
| HSL | 46.92º | 0.54% | 0.48% | - |
| HSV(B) | 46.92º | 0.7% | 0.74% | - |
| XYZ | 34.27 | 36.25 | 8.93 | - |
| YUV | 156.82 | 71.11 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 56 | 0 | 0.15 | 0.70 | 0.26 | 46.92 | 0.54 | 0.48 |
| Hex | BD | A0 | 38 | 0 | F | 46 | 1A | 2F | 36 | 30 |
| Octal | 275 | 240 | 70 | 0 | 17 | 106 | 32 | 57 | 66 | 60 |
| Binary | 10111101 | 10100000 | 111000 | 0 | 1111 | 1000110 | 11010 | 101111 | 110110 | 110000 |
Color Harmonies of #BDA038
Complementary color
Monochromatic Colors of #BDA038
Black with #BDA038
Text Example
Text Example
White with #BDA038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA038; }
p { color: rgb(189,160,56); }
H1.HeaderClassName
{
color: #BDA038;
}
.AnyTagClassName
{
color: #BDA038;
}
</style>
background-color css
<style>
a { background-color: #BDA038; }
a { background-color: rgb(189,160,56); }
div.DivClassName
{
background-color: #BDA038;
}
.BgClassName
{
background-color: #BDA038;
}
</style>
border-color css
<style>
span { border-color: #BDA038; }
span { border-color: rgb(189,160,56); }
td.TdClassName
{
border-color: #BDA038;
}
.TagClassName
{
border-color: #BDA038;
}
</style>