Shades of Brass #BDA139
Tints of Brass #BDA139
RGB
CMYK
RGB Variations
Color information
#BDA139 (or 0xBDA139) is known color: Brass. HEX triplet: BD, A1 and 39. RGB value is (189,161,57). Sum of RGB (Red+Green+Blue) = 189+161+57=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 161 (63.28% from 255 or 39.56% from 407); Blue value is 57 (22.66% from 255 or 14.00% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA139 is #425EC6. Grayscale: #9D9D9D. Windows color (decimal): -4349639 or 3776957. OLE color: 3776957.
HSL color Cylindrical-coordinate representation of color #BDA139: hue angle of 47.27º 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 #BDA139 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 57 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.26 |
| HSL | 47.27º | 0.54% | 0.48% | - |
| HSV(B) | 47.27º | 0.7% | 0.74% | - |
| XYZ | 34.47 | 36.6 | 9.12 | - |
| YUV | 157.52 | 71.28 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 57 | 0 | 0.15 | 0.70 | 0.26 | 47.27 | 0.54 | 0.48 |
| Hex | BD | A1 | 39 | 0 | F | 46 | 1A | 2F | 36 | 30 |
| Octal | 275 | 241 | 71 | 0 | 17 | 106 | 32 | 57 | 66 | 60 |
| Binary | 10111101 | 10100001 | 111001 | 0 | 1111 | 1000110 | 11010 | 101111 | 110110 | 110000 |
Color Harmonies of #BDA139
Complementary color
Monochromatic Colors of #BDA139
Black with #BDA139
Text Example
Text Example
White with #BDA139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA139; }
p { color: rgb(189,161,57); }
H1.HeaderClassName
{
color: #BDA139;
}
.AnyTagClassName
{
color: #BDA139;
}
</style>
background-color css
<style>
a { background-color: #BDA139; }
a { background-color: rgb(189,161,57); }
div.DivClassName
{
background-color: #BDA139;
}
.BgClassName
{
background-color: #BDA139;
}
</style>
border-color css
<style>
span { border-color: #BDA139; }
span { border-color: rgb(189,161,57); }
td.TdClassName
{
border-color: #BDA139;
}
.TagClassName
{
border-color: #BDA139;
}
</style>