Shades of Brass #BDA337
Tints of Brass #BDA337
RGB
CMYK
RGB Variations
Color information
#BDA337 (or 0xBDA337) is known color: Brass. HEX triplet: BD, A3 and 37. RGB value is (189,163,55). Sum of RGB (Red+Green+Blue) = 189+163+55=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 55 (21.88% from 255 or 13.51% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA337 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA337 is #425CC8. Grayscale: #9E9E9E. Windows color (decimal): -4349129 or 3646397. OLE color: 3646397.
HSL color Cylindrical-coordinate representation of color #BDA337: hue angle of 48.36º degrees, saturation: 0.55, 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 #BDA337 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 55 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.26 |
| HSL | 48.36º | 0.55% | 0.48% | - |
| HSV(B) | 48.36º | 0.71% | 0.74% | - |
| XYZ | 34.77 | 37.29 | 8.98 | - |
| YUV | 158.46 | 69.61 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 55 | 0 | 0.14 | 0.71 | 0.26 | 48.36 | 0.55 | 0.48 |
| Hex | BD | A3 | 37 | 0 | E | 47 | 1A | 30 | 37 | 30 |
| Octal | 275 | 243 | 67 | 0 | 16 | 107 | 32 | 60 | 67 | 60 |
| Binary | 10111101 | 10100011 | 110111 | 0 | 1110 | 1000111 | 11010 | 110000 | 110111 | 110000 |
Color Harmonies of #BDA337
Complementary color
Monochromatic Colors of #BDA337
Black with #BDA337
Text Example
Text Example
White with #BDA337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA337; }
p { color: rgb(189,163,55); }
H1.HeaderClassName
{
color: #BDA337;
}
.AnyTagClassName
{
color: #BDA337;
}
</style>
background-color css
<style>
a { background-color: #BDA337; }
a { background-color: rgb(189,163,55); }
div.DivClassName
{
background-color: #BDA337;
}
.BgClassName
{
background-color: #BDA337;
}
</style>
border-color css
<style>
span { border-color: #BDA337; }
span { border-color: rgb(189,163,55); }
td.TdClassName
{
border-color: #BDA337;
}
.TagClassName
{
border-color: #BDA337;
}
</style>