Shades of Brass #BDAB33
Tints of Brass #BDAB33
RGB
CMYK
RGB Variations
Color information
#BDAB33 (or 0xBDAB33) is known color: Brass. HEX triplet: BD, AB and 33. RGB value is (189,171,51). Sum of RGB (Red+Green+Blue) = 189+171+51=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 51 (20.31% from 255 or 12.41% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAB33 is #4254CC. Grayscale: #A3A3A3. Windows color (decimal): -4347085 or 3386301. OLE color: 3386301.
HSL color Cylindrical-coordinate representation of color #BDAB33: hue angle of 52.17º 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 #BDAB33 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 51 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.26 |
| HSL | 52.17º | 0.58% | 0.47% | - |
| HSV(B) | 52.17º | 0.73% | 0.74% | - |
| XYZ | 36.15 | 40.18 | 8.98 | - |
| YUV | 162.7 | 64.96 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 51 | 0 | 0.10 | 0.73 | 0.26 | 52.17 | 0.58 | 0.47 |
| Hex | BD | AB | 33 | 0 | A | 49 | 1A | 34 | 3A | 2F |
| Octal | 275 | 253 | 63 | 0 | 12 | 111 | 32 | 64 | 72 | 57 |
| Binary | 10111101 | 10101011 | 110011 | 0 | 1010 | 1001001 | 11010 | 110100 | 111010 | 101111 |
Color Harmonies of #BDAB33
Complementary color
Monochromatic Colors of #BDAB33
Black with #BDAB33
Text Example
Text Example
White with #BDAB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB33; }
p { color: rgb(189,171,51); }
H1.HeaderClassName
{
color: #BDAB33;
}
.AnyTagClassName
{
color: #BDAB33;
}
</style>
background-color css
<style>
a { background-color: #BDAB33; }
a { background-color: rgb(189,171,51); }
div.DivClassName
{
background-color: #BDAB33;
}
.BgClassName
{
background-color: #BDAB33;
}
</style>
border-color css
<style>
span { border-color: #BDAB33; }
span { border-color: rgb(189,171,51); }
td.TdClassName
{
border-color: #BDAB33;
}
.TagClassName
{
border-color: #BDAB33;
}
</style>