Shades of Brass #B5A84E
Tints of Brass #B5A84E
RGB
CMYK
RGB Variations
Color information
#B5A84E (or 0xB5A84E) is known color: Brass. HEX triplet: B5, A8 and 4E. RGB value is (181,168,78). Sum of RGB (Red+Green+Blue) = 181+168+78=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 78 (30.86% from 255 or 18.27% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A84E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A84E is #4A57B1. Grayscale: #A2A2A2. Windows color (decimal): -4872114 or 5154997. OLE color: 5154997.
HSL color Cylindrical-coordinate representation of color #B5A84E: hue angle of 52.43º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B5A84E is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 168 | 78 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.29 |
| HSL | 52.43º | 0.41% | 0.51% | - |
| HSV(B) | 52.43º | 0.57% | 0.71% | - |
| XYZ | 34.43 | 38.38 | 12.8 | - |
| YUV | 161.63 | 80.81 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 168 | 78 | 0 | 0.07 | 0.57 | 0.29 | 52.43 | 0.41 | 0.51 |
| Hex | B5 | A8 | 4E | 0 | 7 | 39 | 1D | 34 | 29 | 33 |
| Octal | 265 | 250 | 116 | 0 | 7 | 71 | 35 | 64 | 51 | 63 |
| Binary | 10110101 | 10101000 | 1001110 | 0 | 111 | 111001 | 11101 | 110100 | 101001 | 110011 |
Color Harmonies of #B5A84E
Complementary color
Monochromatic Colors of #B5A84E
Black with #B5A84E
Text Example
Text Example
White with #B5A84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A84E; }
p { color: rgb(181,168,78); }
H1.HeaderClassName
{
color: #B5A84E;
}
.AnyTagClassName
{
color: #B5A84E;
}
</style>
background-color css
<style>
a { background-color: #B5A84E; }
a { background-color: rgb(181,168,78); }
div.DivClassName
{
background-color: #B5A84E;
}
.BgClassName
{
background-color: #B5A84E;
}
</style>
border-color css
<style>
span { border-color: #B5A84E; }
span { border-color: rgb(181,168,78); }
td.TdClassName
{
border-color: #B5A84E;
}
.TagClassName
{
border-color: #B5A84E;
}
</style>