Shades of Brass #B4A745
Tints of Brass #B4A745
RGB
CMYK
RGB Variations
Color information
#B4A745 (or 0xB4A745) is known color: Brass. HEX triplet: B4, A7 and 45. RGB value is (180,167,69). Sum of RGB (Red+Green+Blue) = 180+167+69=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 167 (65.62% from 255 or 40.14% from 416); Blue value is 69 (27.34% from 255 or 16.59% from 416); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A745 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A745 is #4B58BA. Grayscale: #A0A0A0. Windows color (decimal): -4937915 or 4564916. OLE color: 4564916.
HSL color Cylindrical-coordinate representation of color #B4A745: hue angle of 52.97º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B4A745 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 167 | 69 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.29 |
| HSL | 52.97º | 0.45% | 0.49% | - |
| HSV(B) | 52.97º | 0.62% | 0.71% | - |
| XYZ | 33.72 | 37.77 | 11.14 | - |
| YUV | 159.72 | 76.81 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 167 | 69 | 0 | 0.07 | 0.62 | 0.29 | 52.97 | 0.45 | 0.49 |
| Hex | B4 | A7 | 45 | 0 | 7 | 3E | 1D | 35 | 2D | 31 |
| Octal | 264 | 247 | 105 | 0 | 7 | 76 | 35 | 65 | 55 | 61 |
| Binary | 10110100 | 10100111 | 1000101 | 0 | 111 | 111110 | 11101 | 110101 | 101101 | 110001 |
Color Harmonies of #B4A745
Complementary color
Monochromatic Colors of #B4A745
Black with #B4A745
Text Example
Text Example
White with #B4A745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A745; }
p { color: rgb(180,167,69); }
H1.HeaderClassName
{
color: #B4A745;
}
.AnyTagClassName
{
color: #B4A745;
}
</style>
background-color css
<style>
a { background-color: #B4A745; }
a { background-color: rgb(180,167,69); }
div.DivClassName
{
background-color: #B4A745;
}
.BgClassName
{
background-color: #B4A745;
}
</style>
border-color css
<style>
span { border-color: #B4A745; }
span { border-color: rgb(180,167,69); }
td.TdClassName
{
border-color: #B4A745;
}
.TagClassName
{
border-color: #B4A745;
}
</style>