Shades of Brass #B4A751
Tints of Brass #B4A751
RGB
CMYK
RGB Variations
Color information
#B4A751 (or 0xB4A751) is known color: Brass. HEX triplet: B4, A7 and 51. RGB value is (180,167,81). Sum of RGB (Red+Green+Blue) = 180+167+81=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 81 (32.03% from 255 or 18.93% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A751 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A751 is #4B58AE. Grayscale: #A1A1A1. Windows color (decimal): -4937903 or 5351348. OLE color: 5351348.
HSL color Cylindrical-coordinate representation of color #B4A751: hue angle of 52.12º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B4A751 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 167 | 81 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.29 |
| HSL | 52.12º | 0.4% | 0.51% | - |
| HSV(B) | 52.12º | 0.55% | 0.71% | - |
| XYZ | 34.13 | 37.93 | 13.31 | - |
| YUV | 161.08 | 82.81 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 167 | 81 | 0 | 0.07 | 0.55 | 0.29 | 52.12 | 0.4 | 0.51 |
| Hex | B4 | A7 | 51 | 0 | 7 | 37 | 1D | 34 | 28 | 33 |
| Octal | 264 | 247 | 121 | 0 | 7 | 67 | 35 | 64 | 50 | 63 |
| Binary | 10110100 | 10100111 | 1010001 | 0 | 111 | 110111 | 11101 | 110100 | 101000 | 110011 |
Color Harmonies of #B4A751
Complementary color
Monochromatic Colors of #B4A751
Black with #B4A751
Text Example
Text Example
White with #B4A751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A751; }
p { color: rgb(180,167,81); }
H1.HeaderClassName
{
color: #B4A751;
}
.AnyTagClassName
{
color: #B4A751;
}
</style>
background-color css
<style>
a { background-color: #B4A751; }
a { background-color: rgb(180,167,81); }
div.DivClassName
{
background-color: #B4A751;
}
.BgClassName
{
background-color: #B4A751;
}
</style>
border-color css
<style>
span { border-color: #B4A751; }
span { border-color: rgb(180,167,81); }
td.TdClassName
{
border-color: #B4A751;
}
.TagClassName
{
border-color: #B4A751;
}
</style>