Shades of Brass #B4A73C
Tints of Brass #B4A73C
RGB
CMYK
RGB Variations
Color information
#B4A73C (or 0xB4A73C) is known color: Brass. HEX triplet: B4, A7 and 3C. RGB value is (180,167,60). Sum of RGB (Red+Green+Blue) = 180+167+60=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 167 (65.62% from 255 or 41.03% from 407); Blue value is 60 (23.83% from 255 or 14.74% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A73C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A73C is #4B58C3. Grayscale: #9F9F9F. Windows color (decimal): -4937924 or 3975092. OLE color: 3975092.
HSL color Cylindrical-coordinate representation of color #B4A73C: hue angle of 53.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 #B4A73C is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 167 | 60 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.29 |
| HSL | 53.5º | 0.5% | 0.47% | - |
| HSV(B) | 53.5º | 0.67% | 0.71% | - |
| XYZ | 33.46 | 37.67 | 9.78 | - |
| YUV | 158.69 | 72.31 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 167 | 60 | 0 | 0.07 | 0.67 | 0.29 | 53.5 | 0.5 | 0.47 |
| Hex | B4 | A7 | 3C | 0 | 7 | 43 | 1D | 36 | 32 | 2F |
| Octal | 264 | 247 | 74 | 0 | 7 | 103 | 35 | 66 | 62 | 57 |
| Binary | 10110100 | 10100111 | 111100 | 0 | 111 | 1000011 | 11101 | 110110 | 110010 | 101111 |
Color Harmonies of #B4A73C
Complementary color
Monochromatic Colors of #B4A73C
Black with #B4A73C
Text Example
Text Example
White with #B4A73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A73C; }
p { color: rgb(180,167,60); }
H1.HeaderClassName
{
color: #B4A73C;
}
.AnyTagClassName
{
color: #B4A73C;
}
</style>
background-color css
<style>
a { background-color: #B4A73C; }
a { background-color: rgb(180,167,60); }
div.DivClassName
{
background-color: #B4A73C;
}
.BgClassName
{
background-color: #B4A73C;
}
</style>
border-color css
<style>
span { border-color: #B4A73C; }
span { border-color: rgb(180,167,60); }
td.TdClassName
{
border-color: #B4A73C;
}
.TagClassName
{
border-color: #B4A73C;
}
</style>