Shades of Brass #B5AD44
Tints of Brass #B5AD44
RGB
CMYK
RGB Variations
Color information
#B5AD44 (or 0xB5AD44) is known color: Brass. HEX triplet: B5, AD and 44. RGB value is (181,173,68). Sum of RGB (Red+Green+Blue) = 181+173+68=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 68 (26.95% from 255 or 16.11% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AD44 is #4A52BB. Grayscale: #A3A3A3. Windows color (decimal): -4870844 or 4500917. OLE color: 4500917.
HSL color Cylindrical-coordinate representation of color #B5AD44: hue angle of 55.75º 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 #B5AD44 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 173 | 68 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.29 |
| HSL | 55.75º | 0.45% | 0.49% | - |
| HSV(B) | 55.75º | 0.62% | 0.71% | - |
| XYZ | 35.04 | 40.13 | 11.37 | - |
| YUV | 163.42 | 74.15 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 173 | 68 | 0 | 0.04 | 0.62 | 0.29 | 55.75 | 0.45 | 0.49 |
| Hex | B5 | AD | 44 | 0 | 4 | 3E | 1D | 38 | 2D | 31 |
| Octal | 265 | 255 | 104 | 0 | 4 | 76 | 35 | 70 | 55 | 61 |
| Binary | 10110101 | 10101101 | 1000100 | 0 | 100 | 111110 | 11101 | 111000 | 101101 | 110001 |
Color Harmonies of #B5AD44
Complementary color
Monochromatic Colors of #B5AD44
Black with #B5AD44
Text Example
Text Example
White with #B5AD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AD44; }
p { color: rgb(181,173,68); }
H1.HeaderClassName
{
color: #B5AD44;
}
.AnyTagClassName
{
color: #B5AD44;
}
</style>
background-color css
<style>
a { background-color: #B5AD44; }
a { background-color: rgb(181,173,68); }
div.DivClassName
{
background-color: #B5AD44;
}
.BgClassName
{
background-color: #B5AD44;
}
</style>
border-color css
<style>
span { border-color: #B5AD44; }
span { border-color: rgb(181,173,68); }
td.TdClassName
{
border-color: #B5AD44;
}
.TagClassName
{
border-color: #B5AD44;
}
</style>