Shades of Brass #BDAB41
Tints of Brass #BDAB41
RGB
CMYK
RGB Variations
Color information
#BDAB41 (or 0xBDAB41) is known color: Brass. HEX triplet: BD, AB and 41. RGB value is (189,171,65). Sum of RGB (Red+Green+Blue) = 189+171+65=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 65 (25.78% from 255 or 15.29% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAB41 is #4254BE. Grayscale: #A4A4A4. Windows color (decimal): -4347071 or 4303805. OLE color: 4303805.
HSL color Cylindrical-coordinate representation of color #BDAB41: hue angle of 51.29º 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 #BDAB41 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 65 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.26 |
| HSL | 51.29º | 0.49% | 0.5% | - |
| HSV(B) | 51.29º | 0.66% | 0.74% | - |
| XYZ | 36.5 | 40.33 | 10.86 | - |
| YUV | 164.3 | 71.96 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 65 | 0 | 0.10 | 0.66 | 0.26 | 51.29 | 0.49 | 0.5 |
| Hex | BD | AB | 41 | 0 | A | 42 | 1A | 33 | 31 | 32 |
| Octal | 275 | 253 | 101 | 0 | 12 | 102 | 32 | 63 | 61 | 62 |
| Binary | 10111101 | 10101011 | 1000001 | 0 | 1010 | 1000010 | 11010 | 110011 | 110001 | 110010 |
Color Harmonies of #BDAB41
Complementary color
Monochromatic Colors of #BDAB41
Black with #BDAB41
Text Example
Text Example
White with #BDAB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB41; }
p { color: rgb(189,171,65); }
H1.HeaderClassName
{
color: #BDAB41;
}
.AnyTagClassName
{
color: #BDAB41;
}
</style>
background-color css
<style>
a { background-color: #BDAB41; }
a { background-color: rgb(189,171,65); }
div.DivClassName
{
background-color: #BDAB41;
}
.BgClassName
{
background-color: #BDAB41;
}
</style>
border-color css
<style>
span { border-color: #BDAB41; }
span { border-color: rgb(189,171,65); }
td.TdClassName
{
border-color: #BDAB41;
}
.TagClassName
{
border-color: #BDAB41;
}
</style>