Shades of Brass #B4AD3C
Tints of Brass #B4AD3C
RGB
CMYK
RGB Variations
Color information
#B4AD3C (or 0xB4AD3C) is known color: Brass. HEX triplet: B4, AD and 3C. RGB value is (180,173,60). Sum of RGB (Red+Green+Blue) = 180+173+60=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 173 (67.97% from 255 or 41.89% from 413); Blue value is 60 (23.83% from 255 or 14.53% from 413); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AD3C is #4B52C3. Grayscale: #A2A2A2. Windows color (decimal): -4936388 or 3976628. OLE color: 3976628.
HSL color Cylindrical-coordinate representation of color #B4AD3C: hue angle of 56.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B4AD3C is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 173 | 60 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.29 |
| HSL | 56.5º | 0.5% | 0.47% | - |
| HSV(B) | 56.5º | 0.67% | 0.71% | - |
| XYZ | 34.58 | 39.92 | 10.16 | - |
| YUV | 162.21 | 70.32 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 173 | 60 | 0 | 0.04 | 0.67 | 0.29 | 56.5 | 0.5 | 0.47 |
| Hex | B4 | AD | 3C | 0 | 4 | 43 | 1D | 38 | 32 | 2F |
| Octal | 264 | 255 | 74 | 0 | 4 | 103 | 35 | 70 | 62 | 57 |
| Binary | 10110100 | 10101101 | 111100 | 0 | 100 | 1000011 | 11101 | 111000 | 110010 | 101111 |
Color Harmonies of #B4AD3C
Complementary color
Monochromatic Colors of #B4AD3C
Black with #B4AD3C
Text Example
Text Example
White with #B4AD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AD3C; }
p { color: rgb(180,173,60); }
H1.HeaderClassName
{
color: #B4AD3C;
}
.AnyTagClassName
{
color: #B4AD3C;
}
</style>
background-color css
<style>
a { background-color: #B4AD3C; }
a { background-color: rgb(180,173,60); }
div.DivClassName
{
background-color: #B4AD3C;
}
.BgClassName
{
background-color: #B4AD3C;
}
</style>
border-color css
<style>
span { border-color: #B4AD3C; }
span { border-color: rgb(180,173,60); }
td.TdClassName
{
border-color: #B4AD3C;
}
.TagClassName
{
border-color: #B4AD3C;
}
</style>