Shades of Brass #BDAC43
Tints of Brass #BDAC43
RGB
CMYK
RGB Variations
Color information
#BDAC43 (or 0xBDAC43) is known color: Brass. HEX triplet: BD, AC and 43. RGB value is (189,172,67). Sum of RGB (Red+Green+Blue) = 189+172+67=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 67 (26.56% from 255 or 15.65% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAC43 is #4253BC. Grayscale: #A5A5A5. Windows color (decimal): -4346813 or 4435133. OLE color: 4435133.
HSL color Cylindrical-coordinate representation of color #BDAC43: hue angle of 51.64º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDAC43 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 172 | 67 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.26 |
| HSL | 51.64º | 0.48% | 0.5% | - |
| HSV(B) | 51.64º | 0.65% | 0.74% | - |
| XYZ | 36.75 | 40.73 | 11.23 | - |
| YUV | 165.11 | 72.63 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 172 | 67 | 0 | 0.09 | 0.65 | 0.26 | 51.64 | 0.48 | 0.5 |
| Hex | BD | AC | 43 | 0 | 9 | 41 | 1A | 34 | 30 | 32 |
| Octal | 275 | 254 | 103 | 0 | 11 | 101 | 32 | 64 | 60 | 62 |
| Binary | 10111101 | 10101100 | 1000011 | 0 | 1001 | 1000001 | 11010 | 110100 | 110000 | 110010 |
Color Harmonies of #BDAC43
Complementary color
Monochromatic Colors of #BDAC43
Black with #BDAC43
Text Example
Text Example
White with #BDAC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAC43; }
p { color: rgb(189,172,67); }
H1.HeaderClassName
{
color: #BDAC43;
}
.AnyTagClassName
{
color: #BDAC43;
}
</style>
background-color css
<style>
a { background-color: #BDAC43; }
a { background-color: rgb(189,172,67); }
div.DivClassName
{
background-color: #BDAC43;
}
.BgClassName
{
background-color: #BDAC43;
}
</style>
border-color css
<style>
span { border-color: #BDAC43; }
span { border-color: rgb(189,172,67); }
td.TdClassName
{
border-color: #BDAC43;
}
.TagClassName
{
border-color: #BDAC43;
}
</style>