Shades of Brass #B5A83E
Tints of Brass #B5A83E
RGB
CMYK
RGB Variations
Color information
#B5A83E (or 0xB5A83E) is known color: Brass. HEX triplet: B5, A8 and 3E. RGB value is (181,168,62). Sum of RGB (Red+Green+Blue) = 181+168+62=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 62 (24.61% from 255 or 15.09% from 411); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A83E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A83E is #4A57C1. Grayscale: #A0A0A0. Windows color (decimal): -4872130 or 4106421. OLE color: 4106421.
HSL color Cylindrical-coordinate representation of color #B5A83E: hue angle of 53.45º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B5A83E is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 168 | 62 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.29 |
| HSL | 53.45º | 0.49% | 0.48% | - |
| HSV(B) | 53.45º | 0.66% | 0.71% | - |
| XYZ | 33.93 | 38.18 | 10.14 | - |
| YUV | 159.8 | 72.81 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 168 | 62 | 0 | 0.07 | 0.66 | 0.29 | 53.45 | 0.49 | 0.48 |
| Hex | B5 | A8 | 3E | 0 | 7 | 42 | 1D | 35 | 31 | 30 |
| Octal | 265 | 250 | 76 | 0 | 7 | 102 | 35 | 65 | 61 | 60 |
| Binary | 10110101 | 10101000 | 111110 | 0 | 111 | 1000010 | 11101 | 110101 | 110001 | 110000 |
Color Harmonies of #B5A83E
Complementary color
Monochromatic Colors of #B5A83E
Black with #B5A83E
Text Example
Text Example
White with #B5A83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A83E; }
p { color: rgb(181,168,62); }
H1.HeaderClassName
{
color: #B5A83E;
}
.AnyTagClassName
{
color: #B5A83E;
}
</style>
background-color css
<style>
a { background-color: #B5A83E; }
a { background-color: rgb(181,168,62); }
div.DivClassName
{
background-color: #B5A83E;
}
.BgClassName
{
background-color: #B5A83E;
}
</style>
border-color css
<style>
span { border-color: #B5A83E; }
span { border-color: rgb(181,168,62); }
td.TdClassName
{
border-color: #B5A83E;
}
.TagClassName
{
border-color: #B5A83E;
}
</style>