Shades of Brass #B4AB40
Tints of Brass #B4AB40
RGB
CMYK
RGB Variations
Color information
#B4AB40 (or 0xB4AB40) is known color: Brass. HEX triplet: B4, AB and 40. RGB value is (180,171,64). Sum of RGB (Red+Green+Blue) = 180+171+64=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 64 (25.39% from 255 or 15.42% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AB40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AB40 is #4B54BF. Grayscale: #A1A1A1. Windows color (decimal): -4936896 or 4238260. OLE color: 4238260.
HSL color Cylindrical-coordinate representation of color #B4AB40: hue angle of 55.34º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B4AB40 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 171 | 64 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.29 |
| HSL | 55.34º | 0.48% | 0.48% | - |
| HSV(B) | 55.34º | 0.64% | 0.71% | - |
| XYZ | 34.31 | 39.2 | 10.61 | - |
| YUV | 161.49 | 72.98 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 171 | 64 | 0 | 0.05 | 0.64 | 0.29 | 55.34 | 0.48 | 0.48 |
| Hex | B4 | AB | 40 | 0 | 5 | 40 | 1D | 37 | 30 | 30 |
| Octal | 264 | 253 | 100 | 0 | 5 | 100 | 35 | 67 | 60 | 60 |
| Binary | 10110100 | 10101011 | 1000000 | 0 | 101 | 1000000 | 11101 | 110111 | 110000 | 110000 |
Color Harmonies of #B4AB40
Complementary color
Monochromatic Colors of #B4AB40
Black with #B4AB40
Text Example
Text Example
White with #B4AB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AB40; }
p { color: rgb(180,171,64); }
H1.HeaderClassName
{
color: #B4AB40;
}
.AnyTagClassName
{
color: #B4AB40;
}
</style>
background-color css
<style>
a { background-color: #B4AB40; }
a { background-color: rgb(180,171,64); }
div.DivClassName
{
background-color: #B4AB40;
}
.BgClassName
{
background-color: #B4AB40;
}
</style>
border-color css
<style>
span { border-color: #B4AB40; }
span { border-color: rgb(180,171,64); }
td.TdClassName
{
border-color: #B4AB40;
}
.TagClassName
{
border-color: #B4AB40;
}
</style>