Shades of Brass #B0AF41
Tints of Brass #B0AF41
RGB
CMYK
RGB Variations
Color information
#B0AF41 (or 0xB0AF41) is known color: Brass. HEX triplet: B0, AF and 41. RGB value is (176,175,65). Sum of RGB (Red+Green+Blue) = 176+175+65=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 65 (25.78% from 255 or 15.62% from 416); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AF41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AF41 is #4F50BE. Grayscale: #A3A3A3. Windows color (decimal): -5198015 or 4304816. OLE color: 4304816.
HSL color Cylindrical-coordinate representation of color #B0AF41: hue angle of 59.46º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B0AF41 is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 175 | 65 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.31 |
| HSL | 59.46º | 0.46% | 0.47% | - |
| HSV(B) | 59.46º | 0.63% | 0.69% | - |
| XYZ | 34.19 | 40.27 | 10.97 | - |
| YUV | 162.76 | 72.83 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 175 | 65 | 0 | 0.01 | 0.63 | 0.31 | 59.46 | 0.46 | 0.47 |
| Hex | B0 | AF | 41 | 0 | 1 | 3F | 1F | 3B | 2E | 2F |
| Octal | 260 | 257 | 101 | 0 | 1 | 77 | 37 | 73 | 56 | 57 |
| Binary | 10110000 | 10101111 | 1000001 | 0 | 1 | 111111 | 11111 | 111011 | 101110 | 101111 |
Color Harmonies of #B0AF41
Complementary color
Monochromatic Colors of #B0AF41
Black with #B0AF41
Text Example
Text Example
White with #B0AF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AF41; }
p { color: rgb(176,175,65); }
H1.HeaderClassName
{
color: #B0AF41;
}
.AnyTagClassName
{
color: #B0AF41;
}
</style>
background-color css
<style>
a { background-color: #B0AF41; }
a { background-color: rgb(176,175,65); }
div.DivClassName
{
background-color: #B0AF41;
}
.BgClassName
{
background-color: #B0AF41;
}
</style>
border-color css
<style>
span { border-color: #B0AF41; }
span { border-color: rgb(176,175,65); }
td.TdClassName
{
border-color: #B0AF41;
}
.TagClassName
{
border-color: #B0AF41;
}
</style>