Shades of Brass #BDAA41
Tints of Brass #BDAA41
RGB
CMYK
RGB Variations
Color information
#BDAA41 (or 0xBDAA41) is known color: Brass. HEX triplet: BD, AA and 41. RGB value is (189,170,65). Sum of RGB (Red+Green+Blue) = 189+170+65=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 65 (25.78% from 255 or 15.33% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAA41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAA41 is #4255BE. Grayscale: #A4A4A4. Windows color (decimal): -4347327 or 4303549. OLE color: 4303549.
HSL color Cylindrical-coordinate representation of color #BDAA41: hue angle of 50.81º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDAA41 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 170 | 65 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.26 |
| HSL | 50.81º | 0.49% | 0.5% | - |
| HSV(B) | 50.81º | 0.66% | 0.74% | - |
| XYZ | 36.32 | 39.95 | 10.8 | - |
| YUV | 163.71 | 72.29 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 170 | 65 | 0 | 0.10 | 0.66 | 0.26 | 50.81 | 0.49 | 0.5 |
| Hex | BD | AA | 41 | 0 | A | 42 | 1A | 33 | 31 | 32 |
| Octal | 275 | 252 | 101 | 0 | 12 | 102 | 32 | 63 | 61 | 62 |
| Binary | 10111101 | 10101010 | 1000001 | 0 | 1010 | 1000010 | 11010 | 110011 | 110001 | 110010 |
Color Harmonies of #BDAA41
Complementary color
Monochromatic Colors of #BDAA41
Black with #BDAA41
Text Example
Text Example
White with #BDAA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAA41; }
p { color: rgb(189,170,65); }
H1.HeaderClassName
{
color: #BDAA41;
}
.AnyTagClassName
{
color: #BDAA41;
}
</style>
background-color css
<style>
a { background-color: #BDAA41; }
a { background-color: rgb(189,170,65); }
div.DivClassName
{
background-color: #BDAA41;
}
.BgClassName
{
background-color: #BDAA41;
}
</style>
border-color css
<style>
span { border-color: #BDAA41; }
span { border-color: rgb(189,170,65); }
td.TdClassName
{
border-color: #BDAA41;
}
.TagClassName
{
border-color: #BDAA41;
}
</style>