Shades of Brass #BDA937
Tints of Brass #BDA937
RGB
CMYK
RGB Variations
Color information
#BDA937 (or 0xBDA937) is known color: Brass. HEX triplet: BD, A9 and 37. RGB value is (189,169,55). Sum of RGB (Red+Green+Blue) = 189+169+55=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 169 (66.41% from 255 or 40.92% from 413); Blue value is 55 (21.88% from 255 or 13.32% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA937 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA937 is #4256C8. Grayscale: #A2A2A2. Windows color (decimal): -4347593 or 3647933. OLE color: 3647933.
HSL color Cylindrical-coordinate representation of color #BDA937: hue angle of 51.04º 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 #BDA937 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 55 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.26 |
| HSL | 51.04º | 0.55% | 0.48% | - |
| HSV(B) | 51.04º | 0.71% | 0.74% | - |
| XYZ | 35.86 | 39.47 | 9.34 | - |
| YUV | 161.98 | 67.63 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 55 | 0 | 0.11 | 0.71 | 0.26 | 51.04 | 0.55 | 0.48 |
| Hex | BD | A9 | 37 | 0 | B | 47 | 1A | 33 | 37 | 30 |
| Octal | 275 | 251 | 67 | 0 | 13 | 107 | 32 | 63 | 67 | 60 |
| Binary | 10111101 | 10101001 | 110111 | 0 | 1011 | 1000111 | 11010 | 110011 | 110111 | 110000 |
Color Harmonies of #BDA937
Complementary color
Monochromatic Colors of #BDA937
Black with #BDA937
Text Example
Text Example
White with #BDA937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA937; }
p { color: rgb(189,169,55); }
H1.HeaderClassName
{
color: #BDA937;
}
.AnyTagClassName
{
color: #BDA937;
}
</style>
background-color css
<style>
a { background-color: #BDA937; }
a { background-color: rgb(189,169,55); }
div.DivClassName
{
background-color: #BDA937;
}
.BgClassName
{
background-color: #BDA937;
}
</style>
border-color css
<style>
span { border-color: #BDA937; }
span { border-color: rgb(189,169,55); }
td.TdClassName
{
border-color: #BDA937;
}
.TagClassName
{
border-color: #BDA937;
}
</style>