Shades of Brass #B2AF41
Tints of Brass #B2AF41
RGB
CMYK
RGB Variations
Color information
#B2AF41 (or 0xB2AF41) is known color: Brass. HEX triplet: B2, AF and 41. RGB value is (178,175,65). Sum of RGB (Red+Green+Blue) = 178+175+65=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 65 (25.78% from 255 or 15.55% from 418); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2AF41 is #4D50BE. Grayscale: #A3A3A3. Windows color (decimal): -5066943 or 4304818. OLE color: 4304818.
HSL color Cylindrical-coordinate representation of color #B2AF41: hue angle of 58.41º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B2AF41 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 175 | 65 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.30 |
| HSL | 58.41º | 0.47% | 0.48% | - |
| HSV(B) | 58.41º | 0.63% | 0.7% | - |
| XYZ | 34.64 | 40.51 | 10.99 | - |
| YUV | 163.36 | 72.49 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 175 | 65 | 0 | 0.02 | 0.63 | 0.30 | 58.41 | 0.47 | 0.48 |
| Hex | B2 | AF | 41 | 0 | 2 | 3F | 1E | 3A | 2F | 30 |
| Octal | 262 | 257 | 101 | 0 | 2 | 77 | 36 | 72 | 57 | 60 |
| Binary | 10110010 | 10101111 | 1000001 | 0 | 10 | 111111 | 11110 | 111010 | 101111 | 110000 |
Color Harmonies of #B2AF41
Complementary color
Monochromatic Colors of #B2AF41
Black with #B2AF41
Text Example
Text Example
White with #B2AF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AF41; }
p { color: rgb(178,175,65); }
H1.HeaderClassName
{
color: #B2AF41;
}
.AnyTagClassName
{
color: #B2AF41;
}
</style>
background-color css
<style>
a { background-color: #B2AF41; }
a { background-color: rgb(178,175,65); }
div.DivClassName
{
background-color: #B2AF41;
}
.BgClassName
{
background-color: #B2AF41;
}
</style>
border-color css
<style>
span { border-color: #B2AF41; }
span { border-color: rgb(178,175,65); }
td.TdClassName
{
border-color: #B2AF41;
}
.TagClassName
{
border-color: #B2AF41;
}
</style>