Shades of Brass #BDAB44
Tints of Brass #BDAB44
RGB
CMYK
RGB Variations
Color information
#BDAB44 (or 0xBDAB44) is known color: Brass. HEX triplet: BD, AB and 44. RGB value is (189,171,68). Sum of RGB (Red+Green+Blue) = 189+171+68=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 68 (26.95% from 255 or 15.89% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAB44 is #4254BB. Grayscale: #A5A5A5. Windows color (decimal): -4347068 or 4500413. OLE color: 4500413.
HSL color Cylindrical-coordinate representation of color #BDAB44: hue angle of 51.07º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDAB44 is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 68 | - |
| CMYK | 0 | 0.10 | 0.64 | 0.26 |
| HSL | 51.07º | 0.48% | 0.5% | - |
| HSV(B) | 51.07º | 0.64% | 0.74% | - |
| XYZ | 36.59 | 40.36 | 11.33 | - |
| YUV | 164.64 | 73.46 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 68 | 0 | 0.10 | 0.64 | 0.26 | 51.07 | 0.48 | 0.5 |
| Hex | BD | AB | 44 | 0 | A | 40 | 1A | 33 | 30 | 32 |
| Octal | 275 | 253 | 104 | 0 | 12 | 100 | 32 | 63 | 60 | 62 |
| Binary | 10111101 | 10101011 | 1000100 | 0 | 1010 | 1000000 | 11010 | 110011 | 110000 | 110010 |
Color Harmonies of #BDAB44
Complementary color
Monochromatic Colors of #BDAB44
Black with #BDAB44
Text Example
Text Example
White with #BDAB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB44; }
p { color: rgb(189,171,68); }
H1.HeaderClassName
{
color: #BDAB44;
}
.AnyTagClassName
{
color: #BDAB44;
}
</style>
background-color css
<style>
a { background-color: #BDAB44; }
a { background-color: rgb(189,171,68); }
div.DivClassName
{
background-color: #BDAB44;
}
.BgClassName
{
background-color: #BDAB44;
}
</style>
border-color css
<style>
span { border-color: #BDAB44; }
span { border-color: rgb(189,171,68); }
td.TdClassName
{
border-color: #BDAB44;
}
.TagClassName
{
border-color: #BDAB44;
}
</style>