Shades of Brass #BDAB37
Tints of Brass #BDAB37
RGB
CMYK
RGB Variations
Color information
#BDAB37 (or 0xBDAB37) is known color: Brass. HEX triplet: BD, AB and 37. RGB value is (189,171,55). Sum of RGB (Red+Green+Blue) = 189+171+55=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 55 (21.88% from 255 or 13.25% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAB37 is #4254C8. Grayscale: #A3A3A3. Windows color (decimal): -4347081 or 3648445. OLE color: 3648445.
HSL color Cylindrical-coordinate representation of color #BDAB37: hue angle of 51.94º 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 #BDAB37 is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 55 | - |
| CMYK | 0 | 0.10 | 0.71 | 0.26 |
| HSL | 51.94º | 0.55% | 0.48% | - |
| HSV(B) | 51.94º | 0.71% | 0.74% | - |
| XYZ | 36.24 | 40.22 | 9.47 | - |
| YUV | 163.16 | 66.96 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 55 | 0 | 0.10 | 0.71 | 0.26 | 51.94 | 0.55 | 0.48 |
| Hex | BD | AB | 37 | 0 | A | 47 | 1A | 34 | 37 | 30 |
| Octal | 275 | 253 | 67 | 0 | 12 | 107 | 32 | 64 | 67 | 60 |
| Binary | 10111101 | 10101011 | 110111 | 0 | 1010 | 1000111 | 11010 | 110100 | 110111 | 110000 |
Color Harmonies of #BDAB37
Complementary color
Monochromatic Colors of #BDAB37
Black with #BDAB37
Text Example
Text Example
White with #BDAB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB37; }
p { color: rgb(189,171,55); }
H1.HeaderClassName
{
color: #BDAB37;
}
.AnyTagClassName
{
color: #BDAB37;
}
</style>
background-color css
<style>
a { background-color: #BDAB37; }
a { background-color: rgb(189,171,55); }
div.DivClassName
{
background-color: #BDAB37;
}
.BgClassName
{
background-color: #BDAB37;
}
</style>
border-color css
<style>
span { border-color: #BDAB37; }
span { border-color: rgb(189,171,55); }
td.TdClassName
{
border-color: #BDAB37;
}
.TagClassName
{
border-color: #BDAB37;
}
</style>