Shades of Brass #BDAB3B
Tints of Brass #BDAB3B
RGB
CMYK
RGB Variations
Color information
#BDAB3B (or 0xBDAB3B) is known color: Brass. HEX triplet: BD, AB and 3B. RGB value is (189,171,59). Sum of RGB (Red+Green+Blue) = 189+171+59=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 59 (23.44% from 255 or 14.08% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAB3B is #4254C4. Grayscale: #A4A4A4. Windows color (decimal): -4347077 or 3910589. OLE color: 3910589.
HSL color Cylindrical-coordinate representation of color #BDAB3B: hue angle of 51.69º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDAB3B is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 59 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.26 |
| HSL | 51.69º | 0.52% | 0.49% | - |
| HSV(B) | 51.69º | 0.69% | 0.74% | - |
| XYZ | 36.34 | 40.26 | 9.99 | - |
| YUV | 163.61 | 68.96 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 59 | 0 | 0.10 | 0.69 | 0.26 | 51.69 | 0.52 | 0.49 |
| Hex | BD | AB | 3B | 0 | A | 45 | 1A | 34 | 34 | 31 |
| Octal | 275 | 253 | 73 | 0 | 12 | 105 | 32 | 64 | 64 | 61 |
| Binary | 10111101 | 10101011 | 111011 | 0 | 1010 | 1000101 | 11010 | 110100 | 110100 | 110001 |
Color Harmonies of #BDAB3B
Complementary color
Monochromatic Colors of #BDAB3B
Black with #BDAB3B
Text Example
Text Example
White with #BDAB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB3B; }
p { color: rgb(189,171,59); }
H1.HeaderClassName
{
color: #BDAB3B;
}
.AnyTagClassName
{
color: #BDAB3B;
}
</style>
background-color css
<style>
a { background-color: #BDAB3B; }
a { background-color: rgb(189,171,59); }
div.DivClassName
{
background-color: #BDAB3B;
}
.BgClassName
{
background-color: #BDAB3B;
}
</style>
border-color css
<style>
span { border-color: #BDAB3B; }
span { border-color: rgb(189,171,59); }
td.TdClassName
{
border-color: #BDAB3B;
}
.TagClassName
{
border-color: #BDAB3B;
}
</style>