Shades of Brass #B4A84B
Tints of Brass #B4A84B
RGB
CMYK
RGB Variations
Color information
#B4A84B (or 0xB4A84B) is known color: Brass. HEX triplet: B4, A8 and 4B. RGB value is (180,168,75). Sum of RGB (Red+Green+Blue) = 180+168+75=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 75 (29.69% from 255 or 17.73% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A84B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A84B is #4B57B4. Grayscale: #A1A1A1. Windows color (decimal): -4937653 or 4958388. OLE color: 4958388.
HSL color Cylindrical-coordinate representation of color #B4A84B: hue angle of 53.14º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B4A84B is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 168 | 75 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.29 |
| HSL | 53.14º | 0.41% | 0.5% | - |
| HSV(B) | 53.14º | 0.58% | 0.71% | - |
| XYZ | 34.1 | 38.22 | 12.24 | - |
| YUV | 160.99 | 79.48 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 168 | 75 | 0 | 0.07 | 0.58 | 0.29 | 53.14 | 0.41 | 0.5 |
| Hex | B4 | A8 | 4B | 0 | 7 | 3A | 1D | 35 | 29 | 32 |
| Octal | 264 | 250 | 113 | 0 | 7 | 72 | 35 | 65 | 51 | 62 |
| Binary | 10110100 | 10101000 | 1001011 | 0 | 111 | 111010 | 11101 | 110101 | 101001 | 110010 |
Color Harmonies of #B4A84B
Complementary color
Monochromatic Colors of #B4A84B
Black with #B4A84B
Text Example
Text Example
White with #B4A84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A84B; }
p { color: rgb(180,168,75); }
H1.HeaderClassName
{
color: #B4A84B;
}
.AnyTagClassName
{
color: #B4A84B;
}
</style>
background-color css
<style>
a { background-color: #B4A84B; }
a { background-color: rgb(180,168,75); }
div.DivClassName
{
background-color: #B4A84B;
}
.BgClassName
{
background-color: #B4A84B;
}
</style>
border-color css
<style>
span { border-color: #B4A84B; }
span { border-color: rgb(180,168,75); }
td.TdClassName
{
border-color: #B4A84B;
}
.TagClassName
{
border-color: #B4A84B;
}
</style>