Shades of Brass #BDA839
Tints of Brass #BDA839
RGB
CMYK
RGB Variations
Color information
#BDA839 (or 0xBDA839) is known color: Brass. HEX triplet: BD, A8 and 39. RGB value is (189,168,57). Sum of RGB (Red+Green+Blue) = 189+168+57=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 57 (22.66% from 255 or 13.77% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA839 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA839 is #4257C6. Grayscale: #A2A2A2. Windows color (decimal): -4347847 or 3778749. OLE color: 3778749.
HSL color Cylindrical-coordinate representation of color #BDA839: hue angle of 50.45º 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 #BDA839 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 57 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.26 |
| HSL | 50.45º | 0.54% | 0.48% | - |
| HSV(B) | 50.45º | 0.7% | 0.74% | - |
| XYZ | 35.73 | 39.12 | 9.54 | - |
| YUV | 161.63 | 68.96 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 57 | 0 | 0.11 | 0.70 | 0.26 | 50.45 | 0.54 | 0.48 |
| Hex | BD | A8 | 39 | 0 | B | 46 | 1A | 32 | 36 | 30 |
| Octal | 275 | 250 | 71 | 0 | 13 | 106 | 32 | 62 | 66 | 60 |
| Binary | 10111101 | 10101000 | 111001 | 0 | 1011 | 1000110 | 11010 | 110010 | 110110 | 110000 |
Color Harmonies of #BDA839
Complementary color
Monochromatic Colors of #BDA839
Black with #BDA839
Text Example
Text Example
White with #BDA839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA839; }
p { color: rgb(189,168,57); }
H1.HeaderClassName
{
color: #BDA839;
}
.AnyTagClassName
{
color: #BDA839;
}
</style>
background-color css
<style>
a { background-color: #BDA839; }
a { background-color: rgb(189,168,57); }
div.DivClassName
{
background-color: #BDA839;
}
.BgClassName
{
background-color: #BDA839;
}
</style>
border-color css
<style>
span { border-color: #BDA839; }
span { border-color: rgb(189,168,57); }
td.TdClassName
{
border-color: #BDA839;
}
.TagClassName
{
border-color: #BDA839;
}
</style>