Shades of Brass #BDA036
Tints of Brass #BDA036
RGB
CMYK
RGB Variations
Color information
#BDA036 (or 0xBDA036) is known color: Brass. HEX triplet: BD, A0 and 36. RGB value is (189,160,54). Sum of RGB (Red+Green+Blue) = 189+160+54=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 160 (62.89% from 255 or 39.70% from 403); Blue value is 54 (21.48% from 255 or 13.40% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA036 is #425FC9. Grayscale: #9D9D9D. Windows color (decimal): -4349898 or 3580093. OLE color: 3580093.
HSL color Cylindrical-coordinate representation of color #BDA036: hue angle of 47.11º 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 #BDA036 is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 54 | - |
| CMYK | 0 | 0.15 | 0.71 | 0.26 |
| HSL | 47.11º | 0.56% | 0.48% | - |
| HSV(B) | 47.11º | 0.71% | 0.74% | - |
| XYZ | 34.22 | 36.23 | 8.68 | - |
| YUV | 156.59 | 70.11 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 54 | 0 | 0.15 | 0.71 | 0.26 | 47.11 | 0.56 | 0.48 |
| Hex | BD | A0 | 36 | 0 | F | 47 | 1A | 2F | 38 | 30 |
| Octal | 275 | 240 | 66 | 0 | 17 | 107 | 32 | 57 | 70 | 60 |
| Binary | 10111101 | 10100000 | 110110 | 0 | 1111 | 1000111 | 11010 | 101111 | 111000 | 110000 |
Color Harmonies of #BDA036
Complementary color
Monochromatic Colors of #BDA036
Black with #BDA036
Text Example
Text Example
White with #BDA036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA036; }
p { color: rgb(189,160,54); }
H1.HeaderClassName
{
color: #BDA036;
}
.AnyTagClassName
{
color: #BDA036;
}
</style>
background-color css
<style>
a { background-color: #BDA036; }
a { background-color: rgb(189,160,54); }
div.DivClassName
{
background-color: #BDA036;
}
.BgClassName
{
background-color: #BDA036;
}
</style>
border-color css
<style>
span { border-color: #BDA036; }
span { border-color: rgb(189,160,54); }
td.TdClassName
{
border-color: #BDA036;
}
.TagClassName
{
border-color: #BDA036;
}
</style>