Shades of Brass #B5A644
Tints of Brass #B5A644
RGB
CMYK
RGB Variations
Color information
#B5A644 (or 0xB5A644) is known color: Brass. HEX triplet: B5, A6 and 44. RGB value is (181,166,68). Sum of RGB (Red+Green+Blue) = 181+166+68=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 166 (65.23% from 255 or 40% from 415); Blue value is 68 (26.95% from 255 or 16.39% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A644 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A644 is #4A59BB. Grayscale: #9F9F9F. Windows color (decimal): -4872636 or 4499125. OLE color: 4499125.
HSL color Cylindrical-coordinate representation of color #B5A644: hue angle of 52.04º 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 #B5A644 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 166 | 68 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.29 |
| HSL | 52.04º | 0.45% | 0.49% | - |
| HSV(B) | 52.04º | 0.62% | 0.71% | - |
| XYZ | 33.74 | 37.51 | 10.93 | - |
| YUV | 159.31 | 76.47 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 166 | 68 | 0 | 0.08 | 0.62 | 0.29 | 52.04 | 0.45 | 0.49 |
| Hex | B5 | A6 | 44 | 0 | 8 | 3E | 1D | 34 | 2D | 31 |
| Octal | 265 | 246 | 104 | 0 | 10 | 76 | 35 | 64 | 55 | 61 |
| Binary | 10110101 | 10100110 | 1000100 | 0 | 1000 | 111110 | 11101 | 110100 | 101101 | 110001 |
Color Harmonies of #B5A644
Complementary color
Monochromatic Colors of #B5A644
Black with #B5A644
Text Example
Text Example
White with #B5A644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A644; }
p { color: rgb(181,166,68); }
H1.HeaderClassName
{
color: #B5A644;
}
.AnyTagClassName
{
color: #B5A644;
}
</style>
background-color css
<style>
a { background-color: #B5A644; }
a { background-color: rgb(181,166,68); }
div.DivClassName
{
background-color: #B5A644;
}
.BgClassName
{
background-color: #B5A644;
}
</style>
border-color css
<style>
span { border-color: #B5A644; }
span { border-color: rgb(181,166,68); }
td.TdClassName
{
border-color: #B5A644;
}
.TagClassName
{
border-color: #B5A644;
}
</style>