Shades of Brass #BDAC33
Tints of Brass #BDAC33
RGB
CMYK
RGB Variations
Color information
#BDAC33 (or 0xBDAC33) is known color: Brass. HEX triplet: BD, AC and 33. RGB value is (189,172,51). Sum of RGB (Red+Green+Blue) = 189+172+51=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 51 (20.31% from 255 or 12.38% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAC33 is #4253CC. Grayscale: #A3A3A3. Windows color (decimal): -4346829 or 3386557. OLE color: 3386557.
HSL color Cylindrical-coordinate representation of color #BDAC33: hue angle of 52.61º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDAC33 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 172 | 51 | - |
| CMYK | 0 | 0.09 | 0.73 | 0.26 |
| HSL | 52.61º | 0.58% | 0.47% | - |
| HSV(B) | 52.61º | 0.73% | 0.74% | - |
| XYZ | 36.34 | 40.56 | 9.05 | - |
| YUV | 163.29 | 64.63 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 172 | 51 | 0 | 0.09 | 0.73 | 0.26 | 52.61 | 0.58 | 0.47 |
| Hex | BD | AC | 33 | 0 | 9 | 49 | 1A | 35 | 3A | 2F |
| Octal | 275 | 254 | 63 | 0 | 11 | 111 | 32 | 65 | 72 | 57 |
| Binary | 10111101 | 10101100 | 110011 | 0 | 1001 | 1001001 | 11010 | 110101 | 111010 | 101111 |
Color Harmonies of #BDAC33
Complementary color
Monochromatic Colors of #BDAC33
Black with #BDAC33
Text Example
Text Example
White with #BDAC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAC33; }
p { color: rgb(189,172,51); }
H1.HeaderClassName
{
color: #BDAC33;
}
.AnyTagClassName
{
color: #BDAC33;
}
</style>
background-color css
<style>
a { background-color: #BDAC33; }
a { background-color: rgb(189,172,51); }
div.DivClassName
{
background-color: #BDAC33;
}
.BgClassName
{
background-color: #BDAC33;
}
</style>
border-color css
<style>
span { border-color: #BDAC33; }
span { border-color: rgb(189,172,51); }
td.TdClassName
{
border-color: #BDAC33;
}
.TagClassName
{
border-color: #BDAC33;
}
</style>