Shades of Brass #BDA237
Tints of Brass #BDA237
RGB
CMYK
RGB Variations
Color information
#BDA237 (or 0xBDA237) is known color: Brass. HEX triplet: BD, A2 and 37. RGB value is (189,162,55). Sum of RGB (Red+Green+Blue) = 189+162+55=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 55 (21.88% from 255 or 13.55% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA237 is #425DC8. Grayscale: #9E9E9E. Windows color (decimal): -4349385 or 3646141. OLE color: 3646141.
HSL color Cylindrical-coordinate representation of color #BDA237: hue angle of 47.91º 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 #BDA237 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 55 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.26 |
| HSL | 47.91º | 0.55% | 0.48% | - |
| HSV(B) | 47.91º | 0.71% | 0.74% | - |
| XYZ | 34.6 | 36.94 | 8.92 | - |
| YUV | 157.88 | 69.95 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 55 | 0 | 0.14 | 0.71 | 0.26 | 47.91 | 0.55 | 0.48 |
| Hex | BD | A2 | 37 | 0 | E | 47 | 1A | 30 | 37 | 30 |
| Octal | 275 | 242 | 67 | 0 | 16 | 107 | 32 | 60 | 67 | 60 |
| Binary | 10111101 | 10100010 | 110111 | 0 | 1110 | 1000111 | 11010 | 110000 | 110111 | 110000 |
Color Harmonies of #BDA237
Complementary color
Monochromatic Colors of #BDA237
Black with #BDA237
Text Example
Text Example
White with #BDA237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA237; }
p { color: rgb(189,162,55); }
H1.HeaderClassName
{
color: #BDA237;
}
.AnyTagClassName
{
color: #BDA237;
}
</style>
background-color css
<style>
a { background-color: #BDA237; }
a { background-color: rgb(189,162,55); }
div.DivClassName
{
background-color: #BDA237;
}
.BgClassName
{
background-color: #BDA237;
}
</style>
border-color css
<style>
span { border-color: #BDA237; }
span { border-color: rgb(189,162,55); }
td.TdClassName
{
border-color: #BDA237;
}
.TagClassName
{
border-color: #BDA237;
}
</style>