Shades of Brass #BDA136
Tints of Brass #BDA136
RGB
CMYK
RGB Variations
Color information
#BDA136 (or 0xBDA136) is known color: Brass. HEX triplet: BD, A1 and 36. RGB value is (189,161,54). Sum of RGB (Red+Green+Blue) = 189+161+54=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 161 (63.28% from 255 or 39.85% from 404); Blue value is 54 (21.48% from 255 or 13.37% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA136 is #425EC9. Grayscale: #9D9D9D. Windows color (decimal): -4349642 or 3580349. OLE color: 3580349.
HSL color Cylindrical-coordinate representation of color #BDA136: hue angle of 47.56º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BDA136 is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 54 | - |
| CMYK | 0 | 0.15 | 0.71 | 0.26 |
| HSL | 47.56º | 0.56% | 0.48% | - |
| HSV(B) | 47.56º | 0.71% | 0.74% | - |
| XYZ | 34.4 | 36.57 | 8.74 | - |
| YUV | 157.17 | 69.78 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 54 | 0 | 0.15 | 0.71 | 0.26 | 47.56 | 0.56 | 0.48 |
| Hex | BD | A1 | 36 | 0 | F | 47 | 1A | 30 | 38 | 30 |
| Octal | 275 | 241 | 66 | 0 | 17 | 107 | 32 | 60 | 70 | 60 |
| Binary | 10111101 | 10100001 | 110110 | 0 | 1111 | 1000111 | 11010 | 110000 | 111000 | 110000 |
Color Harmonies of #BDA136
Complementary color
Monochromatic Colors of #BDA136
Black with #BDA136
Text Example
Text Example
White with #BDA136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA136; }
p { color: rgb(189,161,54); }
H1.HeaderClassName
{
color: #BDA136;
}
.AnyTagClassName
{
color: #BDA136;
}
</style>
background-color css
<style>
a { background-color: #BDA136; }
a { background-color: rgb(189,161,54); }
div.DivClassName
{
background-color: #BDA136;
}
.BgClassName
{
background-color: #BDA136;
}
</style>
border-color css
<style>
span { border-color: #BDA136; }
span { border-color: rgb(189,161,54); }
td.TdClassName
{
border-color: #BDA136;
}
.TagClassName
{
border-color: #BDA136;
}
</style>