Shades of Brass #B4AF3C
Tints of Brass #B4AF3C
RGB
CMYK
RGB Variations
Color information
#B4AF3C (or 0xB4AF3C) is known color: Brass. HEX triplet: B4, AF and 3C. RGB value is (180,175,60). Sum of RGB (Red+Green+Blue) = 180+175+60=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 60 (23.83% from 255 or 14.46% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AF3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AF3C is #4B50C3. Grayscale: #A3A3A3. Windows color (decimal): -4935876 or 3977140. OLE color: 3977140.
HSL color Cylindrical-coordinate representation of color #B4AF3C: hue angle of 57.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 #B4AF3C is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 175 | 60 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.29 |
| HSL | 57.5º | 0.5% | 0.47% | - |
| HSV(B) | 57.5º | 0.67% | 0.71% | - |
| XYZ | 34.97 | 40.69 | 10.29 | - |
| YUV | 163.39 | 69.66 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 175 | 60 | 0 | 0.03 | 0.67 | 0.29 | 57.5 | 0.5 | 0.47 |
| Hex | B4 | AF | 3C | 0 | 3 | 43 | 1D | 3A | 32 | 2F |
| Octal | 264 | 257 | 74 | 0 | 3 | 103 | 35 | 72 | 62 | 57 |
| Binary | 10110100 | 10101111 | 111100 | 0 | 11 | 1000011 | 11101 | 111010 | 110010 | 101111 |
Color Harmonies of #B4AF3C
Complementary color
Monochromatic Colors of #B4AF3C
Black with #B4AF3C
Text Example
Text Example
White with #B4AF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AF3C; }
p { color: rgb(180,175,60); }
H1.HeaderClassName
{
color: #B4AF3C;
}
.AnyTagClassName
{
color: #B4AF3C;
}
</style>
background-color css
<style>
a { background-color: #B4AF3C; }
a { background-color: rgb(180,175,60); }
div.DivClassName
{
background-color: #B4AF3C;
}
.BgClassName
{
background-color: #B4AF3C;
}
</style>
border-color css
<style>
span { border-color: #B4AF3C; }
span { border-color: rgb(180,175,60); }
td.TdClassName
{
border-color: #B4AF3C;
}
.TagClassName
{
border-color: #B4AF3C;
}
</style>