Shades of Brass #BDAB42
Tints of Brass #BDAB42
RGB
CMYK
RGB Variations
Color information
#BDAB42 (or 0xBDAB42) is known color: Brass. HEX triplet: BD, AB and 42. RGB value is (189,171,66). Sum of RGB (Red+Green+Blue) = 189+171+66=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 66 (26.17% from 255 or 15.49% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAB42 is #4254BD. Grayscale: #A4A4A4. Windows color (decimal): -4347070 or 4369341. OLE color: 4369341.
HSL color Cylindrical-coordinate representation of color #BDAB42: hue angle of 51.22º 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 #BDAB42 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 66 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.26 |
| HSL | 51.22º | 0.48% | 0.5% | - |
| HSV(B) | 51.22º | 0.65% | 0.74% | - |
| XYZ | 36.53 | 40.34 | 11.01 | - |
| YUV | 164.41 | 72.46 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 66 | 0 | 0.10 | 0.65 | 0.26 | 51.22 | 0.48 | 0.5 |
| Hex | BD | AB | 42 | 0 | A | 41 | 1A | 33 | 30 | 32 |
| Octal | 275 | 253 | 102 | 0 | 12 | 101 | 32 | 63 | 60 | 62 |
| Binary | 10111101 | 10101011 | 1000010 | 0 | 1010 | 1000001 | 11010 | 110011 | 110000 | 110010 |
Color Harmonies of #BDAB42
Complementary color
Monochromatic Colors of #BDAB42
Black with #BDAB42
Text Example
Text Example
White with #BDAB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB42; }
p { color: rgb(189,171,66); }
H1.HeaderClassName
{
color: #BDAB42;
}
.AnyTagClassName
{
color: #BDAB42;
}
</style>
background-color css
<style>
a { background-color: #BDAB42; }
a { background-color: rgb(189,171,66); }
div.DivClassName
{
background-color: #BDAB42;
}
.BgClassName
{
background-color: #BDAB42;
}
</style>
border-color css
<style>
span { border-color: #BDAB42; }
span { border-color: rgb(189,171,66); }
td.TdClassName
{
border-color: #BDAB42;
}
.TagClassName
{
border-color: #BDAB42;
}
</style>