Shades of Brass #B5AF4D
Tints of Brass #B5AF4D
RGB
CMYK
RGB Variations
Color information
#B5AF4D (or 0xB5AF4D) is known color: Brass. HEX triplet: B5, AF and 4D. RGB value is (181,175,77). Sum of RGB (Red+Green+Blue) = 181+175+77=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 77 (30.47% from 255 or 17.78% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AF4D is #4A50B2. Grayscale: #A6A6A6. Windows color (decimal): -4870323 or 5091253. OLE color: 5091253.
HSL color Cylindrical-coordinate representation of color #B5AF4D: hue angle of 56.54º 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 #B5AF4D is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 175 | 77 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.29 |
| HSL | 56.54º | 0.41% | 0.51% | - |
| HSV(B) | 56.54º | 0.57% | 0.71% | - |
| XYZ | 35.73 | 41.02 | 13.06 | - |
| YUV | 165.62 | 77.99 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 175 | 77 | 0 | 0.03 | 0.57 | 0.29 | 56.54 | 0.41 | 0.51 |
| Hex | B5 | AF | 4D | 0 | 3 | 39 | 1D | 39 | 29 | 33 |
| Octal | 265 | 257 | 115 | 0 | 3 | 71 | 35 | 71 | 51 | 63 |
| Binary | 10110101 | 10101111 | 1001101 | 0 | 11 | 111001 | 11101 | 111001 | 101001 | 110011 |
Color Harmonies of #B5AF4D
Complementary color
Monochromatic Colors of #B5AF4D
Black with #B5AF4D
Text Example
Text Example
White with #B5AF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AF4D; }
p { color: rgb(181,175,77); }
H1.HeaderClassName
{
color: #B5AF4D;
}
.AnyTagClassName
{
color: #B5AF4D;
}
</style>
background-color css
<style>
a { background-color: #B5AF4D; }
a { background-color: rgb(181,175,77); }
div.DivClassName
{
background-color: #B5AF4D;
}
.BgClassName
{
background-color: #B5AF4D;
}
</style>
border-color css
<style>
span { border-color: #B5AF4D; }
span { border-color: rgb(181,175,77); }
td.TdClassName
{
border-color: #B5AF4D;
}
.TagClassName
{
border-color: #B5AF4D;
}
</style>