Shades of Brass #BDAB45
Tints of Brass #BDAB45
RGB
CMYK
RGB Variations
Color information
#BDAB45 (or 0xBDAB45) is known color: Brass. HEX triplet: BD, AB and 45. RGB value is (189,171,69). Sum of RGB (Red+Green+Blue) = 189+171+69=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 69 (27.34% from 255 or 16.08% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAB45 is #4254BA. Grayscale: #A5A5A5. Windows color (decimal): -4347067 or 4565949. OLE color: 4565949.
HSL color Cylindrical-coordinate representation of color #BDAB45: hue angle of 51º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDAB45 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 69 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.26 |
| HSL | 51º | 0.48% | 0.51% | - |
| HSV(B) | 51º | 0.63% | 0.74% | - |
| XYZ | 36.62 | 40.37 | 11.49 | - |
| YUV | 164.75 | 73.96 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 69 | 0 | 0.10 | 0.63 | 0.26 | 51 | 0.48 | 0.51 |
| Hex | BD | AB | 45 | 0 | A | 3F | 1A | 33 | 30 | 33 |
| Octal | 275 | 253 | 105 | 0 | 12 | 77 | 32 | 63 | 60 | 63 |
| Binary | 10111101 | 10101011 | 1000101 | 0 | 1010 | 111111 | 11010 | 110011 | 110000 | 110011 |
Color Harmonies of #BDAB45
Complementary color
Monochromatic Colors of #BDAB45
Black with #BDAB45
Text Example
Text Example
White with #BDAB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB45; }
p { color: rgb(189,171,69); }
H1.HeaderClassName
{
color: #BDAB45;
}
.AnyTagClassName
{
color: #BDAB45;
}
</style>
background-color css
<style>
a { background-color: #BDAB45; }
a { background-color: rgb(189,171,69); }
div.DivClassName
{
background-color: #BDAB45;
}
.BgClassName
{
background-color: #BDAB45;
}
</style>
border-color css
<style>
span { border-color: #BDAB45; }
span { border-color: rgb(189,171,69); }
td.TdClassName
{
border-color: #BDAB45;
}
.TagClassName
{
border-color: #BDAB45;
}
</style>