Shades of Brass #BDA737
Tints of Brass #BDA737
RGB
CMYK
RGB Variations
Color information
#BDA737 (or 0xBDA737) is known color: Brass. HEX triplet: BD, A7 and 37. RGB value is (189,167,55). Sum of RGB (Red+Green+Blue) = 189+167+55=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 167 (65.62% from 255 or 40.63% from 411); Blue value is 55 (21.88% from 255 or 13.38% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA737 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA737 is #4258C8. Grayscale: #A1A1A1. Windows color (decimal): -4348105 or 3647421. OLE color: 3647421.
HSL color Cylindrical-coordinate representation of color #BDA737: hue angle of 50.15º 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 #BDA737 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 55 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.26 |
| HSL | 50.15º | 0.55% | 0.48% | - |
| HSV(B) | 50.15º | 0.71% | 0.74% | - |
| XYZ | 35.49 | 38.73 | 9.22 | - |
| YUV | 160.81 | 68.29 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 55 | 0 | 0.12 | 0.71 | 0.26 | 50.15 | 0.55 | 0.48 |
| Hex | BD | A7 | 37 | 0 | C | 47 | 1A | 32 | 37 | 30 |
| Octal | 275 | 247 | 67 | 0 | 14 | 107 | 32 | 62 | 67 | 60 |
| Binary | 10111101 | 10100111 | 110111 | 0 | 1100 | 1000111 | 11010 | 110010 | 110111 | 110000 |
Color Harmonies of #BDA737
Complementary color
Monochromatic Colors of #BDA737
Black with #BDA737
Text Example
Text Example
White with #BDA737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA737; }
p { color: rgb(189,167,55); }
H1.HeaderClassName
{
color: #BDA737;
}
.AnyTagClassName
{
color: #BDA737;
}
</style>
background-color css
<style>
a { background-color: #BDA737; }
a { background-color: rgb(189,167,55); }
div.DivClassName
{
background-color: #BDA737;
}
.BgClassName
{
background-color: #BDA737;
}
</style>
border-color css
<style>
span { border-color: #BDA737; }
span { border-color: rgb(189,167,55); }
td.TdClassName
{
border-color: #BDA737;
}
.TagClassName
{
border-color: #BDA737;
}
</style>