Shades of Brass #BDAB3A
Tints of Brass #BDAB3A
RGB
CMYK
RGB Variations
Color information
#BDAB3A (or 0xBDAB3A) is known color: Brass. HEX triplet: BD, AB and 3A. RGB value is (189,171,58). Sum of RGB (Red+Green+Blue) = 189+171+58=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 58 (23.05% from 255 or 13.88% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAB3A is #4254C5. Grayscale: #A3A3A3. Windows color (decimal): -4347078 or 3845053. OLE color: 3845053.
HSL color Cylindrical-coordinate representation of color #BDAB3A: hue angle of 51.76º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDAB3A is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 58 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.26 |
| HSL | 51.76º | 0.53% | 0.48% | - |
| HSV(B) | 51.76º | 0.69% | 0.74% | - |
| XYZ | 36.31 | 40.25 | 9.86 | - |
| YUV | 163.5 | 68.46 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 58 | 0 | 0.10 | 0.69 | 0.26 | 51.76 | 0.53 | 0.48 |
| Hex | BD | AB | 3A | 0 | A | 45 | 1A | 34 | 35 | 30 |
| Octal | 275 | 253 | 72 | 0 | 12 | 105 | 32 | 64 | 65 | 60 |
| Binary | 10111101 | 10101011 | 111010 | 0 | 1010 | 1000101 | 11010 | 110100 | 110101 | 110000 |
Color Harmonies of #BDAB3A
Complementary color
Monochromatic Colors of #BDAB3A
Black with #BDAB3A
Text Example
Text Example
White with #BDAB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB3A; }
p { color: rgb(189,171,58); }
H1.HeaderClassName
{
color: #BDAB3A;
}
.AnyTagClassName
{
color: #BDAB3A;
}
</style>
background-color css
<style>
a { background-color: #BDAB3A; }
a { background-color: rgb(189,171,58); }
div.DivClassName
{
background-color: #BDAB3A;
}
.BgClassName
{
background-color: #BDAB3A;
}
</style>
border-color css
<style>
span { border-color: #BDAB3A; }
span { border-color: rgb(189,171,58); }
td.TdClassName
{
border-color: #BDAB3A;
}
.TagClassName
{
border-color: #BDAB3A;
}
</style>