Shades of Brass #BDA637
Tints of Brass #BDA637
RGB
CMYK
RGB Variations
Color information
#BDA637 (or 0xBDA637) is known color: Brass. HEX triplet: BD, A6 and 37. RGB value is (189,166,55). Sum of RGB (Red+Green+Blue) = 189+166+55=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 166 (65.23% from 255 or 40.49% from 410); Blue value is 55 (21.88% from 255 or 13.41% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA637 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA637 is #4259C8. Grayscale: #A0A0A0. Windows color (decimal): -4348361 or 3647165. OLE color: 3647165.
HSL color Cylindrical-coordinate representation of color #BDA637: hue angle of 49.7º 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 #BDA637 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 55 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.26 |
| HSL | 49.7º | 0.55% | 0.48% | - |
| HSV(B) | 49.7º | 0.71% | 0.74% | - |
| XYZ | 35.31 | 38.37 | 9.16 | - |
| YUV | 160.22 | 68.62 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 55 | 0 | 0.12 | 0.71 | 0.26 | 49.7 | 0.55 | 0.48 |
| Hex | BD | A6 | 37 | 0 | C | 47 | 1A | 32 | 37 | 30 |
| Octal | 275 | 246 | 67 | 0 | 14 | 107 | 32 | 62 | 67 | 60 |
| Binary | 10111101 | 10100110 | 110111 | 0 | 1100 | 1000111 | 11010 | 110010 | 110111 | 110000 |
Color Harmonies of #BDA637
Complementary color
Monochromatic Colors of #BDA637
Black with #BDA637
Text Example
Text Example
White with #BDA637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA637; }
p { color: rgb(189,166,55); }
H1.HeaderClassName
{
color: #BDA637;
}
.AnyTagClassName
{
color: #BDA637;
}
</style>
background-color css
<style>
a { background-color: #BDA637; }
a { background-color: rgb(189,166,55); }
div.DivClassName
{
background-color: #BDA637;
}
.BgClassName
{
background-color: #BDA637;
}
</style>
border-color css
<style>
span { border-color: #BDA637; }
span { border-color: rgb(189,166,55); }
td.TdClassName
{
border-color: #BDA637;
}
.TagClassName
{
border-color: #BDA637;
}
</style>