Shades of Brass #B5AD3E
Tints of Brass #B5AD3E
RGB
CMYK
RGB Variations
Color information
#B5AD3E (or 0xB5AD3E) is known color: Brass. HEX triplet: B5, AD and 3E. RGB value is (181,173,62). Sum of RGB (Red+Green+Blue) = 181+173+62=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 173 (67.97% from 255 or 41.59% from 416); Blue value is 62 (24.61% from 255 or 14.90% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AD3E is #4A52C1. Grayscale: #A3A3A3. Windows color (decimal): -4870850 or 4107701. OLE color: 4107701.
HSL color Cylindrical-coordinate representation of color #B5AD3E: hue angle of 55.97º 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 #B5AD3E is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 173 | 62 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.29 |
| HSL | 55.97º | 0.49% | 0.48% | - |
| HSV(B) | 55.97º | 0.66% | 0.71% | - |
| XYZ | 34.87 | 40.06 | 10.45 | - |
| YUV | 162.74 | 71.15 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 173 | 62 | 0 | 0.04 | 0.66 | 0.29 | 55.97 | 0.49 | 0.48 |
| Hex | B5 | AD | 3E | 0 | 4 | 42 | 1D | 38 | 31 | 30 |
| Octal | 265 | 255 | 76 | 0 | 4 | 102 | 35 | 70 | 61 | 60 |
| Binary | 10110101 | 10101101 | 111110 | 0 | 100 | 1000010 | 11101 | 111000 | 110001 | 110000 |
Color Harmonies of #B5AD3E
Complementary color
Monochromatic Colors of #B5AD3E
Black with #B5AD3E
Text Example
Text Example
White with #B5AD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AD3E; }
p { color: rgb(181,173,62); }
H1.HeaderClassName
{
color: #B5AD3E;
}
.AnyTagClassName
{
color: #B5AD3E;
}
</style>
background-color css
<style>
a { background-color: #B5AD3E; }
a { background-color: rgb(181,173,62); }
div.DivClassName
{
background-color: #B5AD3E;
}
.BgClassName
{
background-color: #B5AD3E;
}
</style>
border-color css
<style>
span { border-color: #B5AD3E; }
span { border-color: rgb(181,173,62); }
td.TdClassName
{
border-color: #B5AD3E;
}
.TagClassName
{
border-color: #B5AD3E;
}
</style>