Shades of Brass #B4AD4E
Tints of Brass #B4AD4E
RGB
CMYK
RGB Variations
Color information
#B4AD4E (or 0xB4AD4E) is known color: Brass. HEX triplet: B4, AD and 4E. RGB value is (180,173,78). Sum of RGB (Red+Green+Blue) = 180+173+78=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 78 (30.86% from 255 or 18.10% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AD4E is #4B52B1. Grayscale: #A4A4A4. Windows color (decimal): -4936370 or 5156276. OLE color: 5156276.
HSL color Cylindrical-coordinate representation of color #B4AD4E: hue angle of 55.88º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B4AD4E is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 173 | 78 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.29 |
| HSL | 55.88º | 0.4% | 0.51% | - |
| HSV(B) | 55.88º | 0.57% | 0.71% | - |
| XYZ | 35.14 | 40.14 | 13.1 | - |
| YUV | 164.26 | 79.32 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 173 | 78 | 0 | 0.04 | 0.57 | 0.29 | 55.88 | 0.4 | 0.51 |
| Hex | B4 | AD | 4E | 0 | 4 | 39 | 1D | 38 | 28 | 33 |
| Octal | 264 | 255 | 116 | 0 | 4 | 71 | 35 | 70 | 50 | 63 |
| Binary | 10110100 | 10101101 | 1001110 | 0 | 100 | 111001 | 11101 | 111000 | 101000 | 110011 |
Color Harmonies of #B4AD4E
Complementary color
Monochromatic Colors of #B4AD4E
Black with #B4AD4E
Text Example
Text Example
White with #B4AD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AD4E; }
p { color: rgb(180,173,78); }
H1.HeaderClassName
{
color: #B4AD4E;
}
.AnyTagClassName
{
color: #B4AD4E;
}
</style>
background-color css
<style>
a { background-color: #B4AD4E; }
a { background-color: rgb(180,173,78); }
div.DivClassName
{
background-color: #B4AD4E;
}
.BgClassName
{
background-color: #B4AD4E;
}
</style>
border-color css
<style>
span { border-color: #B4AD4E; }
span { border-color: rgb(180,173,78); }
td.TdClassName
{
border-color: #B4AD4E;
}
.TagClassName
{
border-color: #B4AD4E;
}
</style>