Shades of Brass #BDA437
Tints of Brass #BDA437
RGB
CMYK
RGB Variations
Color information
#BDA437 (or 0xBDA437) is known color: Brass. HEX triplet: BD, A4 and 37. RGB value is (189,164,55). Sum of RGB (Red+Green+Blue) = 189+164+55=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 55 (21.88% from 255 or 13.48% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA437 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA437 is #425BC8. Grayscale: #9F9F9F. Windows color (decimal): -4348873 or 3646653. OLE color: 3646653.
HSL color Cylindrical-coordinate representation of color #BDA437: hue angle of 48.81º 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 #BDA437 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 55 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.26 |
| HSL | 48.81º | 0.55% | 0.48% | - |
| HSV(B) | 48.81º | 0.71% | 0.74% | - |
| XYZ | 34.95 | 37.65 | 9.04 | - |
| YUV | 159.05 | 69.28 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 55 | 0 | 0.13 | 0.71 | 0.26 | 48.81 | 0.55 | 0.48 |
| Hex | BD | A4 | 37 | 0 | D | 47 | 1A | 31 | 37 | 30 |
| Octal | 275 | 244 | 67 | 0 | 15 | 107 | 32 | 61 | 67 | 60 |
| Binary | 10111101 | 10100100 | 110111 | 0 | 1101 | 1000111 | 11010 | 110001 | 110111 | 110000 |
Color Harmonies of #BDA437
Complementary color
Monochromatic Colors of #BDA437
Black with #BDA437
Text Example
Text Example
White with #BDA437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA437; }
p { color: rgb(189,164,55); }
H1.HeaderClassName
{
color: #BDA437;
}
.AnyTagClassName
{
color: #BDA437;
}
</style>
background-color css
<style>
a { background-color: #BDA437; }
a { background-color: rgb(189,164,55); }
div.DivClassName
{
background-color: #BDA437;
}
.BgClassName
{
background-color: #BDA437;
}
</style>
border-color css
<style>
span { border-color: #BDA437; }
span { border-color: rgb(189,164,55); }
td.TdClassName
{
border-color: #BDA437;
}
.TagClassName
{
border-color: #BDA437;
}
</style>