Shades of Brass #B4A548
Tints of Brass #B4A548
RGB
CMYK
RGB Variations
Color information
#B4A548 (or 0xB4A548) is known color: Brass. HEX triplet: B4, A5 and 48. RGB value is (180,165,72). Sum of RGB (Red+Green+Blue) = 180+165+72=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 72 (28.52% from 255 or 17.27% from 417); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A548 is #4B5AB7. Grayscale: #9F9F9F. Windows color (decimal): -4938424 or 4761012. OLE color: 4761012.
HSL color Cylindrical-coordinate representation of color #B4A548: hue angle of 51.67º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B4A548 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 165 | 72 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.29 |
| HSL | 51.67º | 0.43% | 0.49% | - |
| HSV(B) | 51.67º | 0.6% | 0.71% | - |
| XYZ | 33.45 | 37.08 | 11.53 | - |
| YUV | 158.88 | 78.97 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 165 | 72 | 0 | 0.08 | 0.60 | 0.29 | 51.67 | 0.43 | 0.49 |
| Hex | B4 | A5 | 48 | 0 | 8 | 3C | 1D | 34 | 2B | 31 |
| Octal | 264 | 245 | 110 | 0 | 10 | 74 | 35 | 64 | 53 | 61 |
| Binary | 10110100 | 10100101 | 1001000 | 0 | 1000 | 111100 | 11101 | 110100 | 101011 | 110001 |
Color Harmonies of #B4A548
Complementary color
Monochromatic Colors of #B4A548
Black with #B4A548
Text Example
Text Example
White with #B4A548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A548; }
p { color: rgb(180,165,72); }
H1.HeaderClassName
{
color: #B4A548;
}
.AnyTagClassName
{
color: #B4A548;
}
</style>
background-color css
<style>
a { background-color: #B4A548; }
a { background-color: rgb(180,165,72); }
div.DivClassName
{
background-color: #B4A548;
}
.BgClassName
{
background-color: #B4A548;
}
</style>
border-color css
<style>
span { border-color: #B4A548; }
span { border-color: rgb(180,165,72); }
td.TdClassName
{
border-color: #B4A548;
}
.TagClassName
{
border-color: #B4A548;
}
</style>