Shades of Brass #B0AF40
Tints of Brass #B0AF40
RGB
CMYK
RGB Variations
Color information
#B0AF40 (or 0xB0AF40) is known color: Brass. HEX triplet: B0, AF and 40. RGB value is (176,175,64). Sum of RGB (Red+Green+Blue) = 176+175+64=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 64 (25.39% from 255 or 15.42% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AF40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AF40 is #4F50BF. Grayscale: #A3A3A3. Windows color (decimal): -5198016 or 4239280. OLE color: 4239280.
HSL color Cylindrical-coordinate representation of color #B0AF40: hue angle of 59.46º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0AF40 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 175 | 64 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.31 |
| HSL | 59.46º | 0.47% | 0.47% | - |
| HSV(B) | 59.46º | 0.64% | 0.69% | - |
| XYZ | 34.16 | 40.26 | 10.82 | - |
| YUV | 162.65 | 72.33 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 175 | 64 | 0 | 0.01 | 0.64 | 0.31 | 59.46 | 0.47 | 0.47 |
| Hex | B0 | AF | 40 | 0 | 1 | 40 | 1F | 3B | 2F | 2F |
| Octal | 260 | 257 | 100 | 0 | 1 | 100 | 37 | 73 | 57 | 57 |
| Binary | 10110000 | 10101111 | 1000000 | 0 | 1 | 1000000 | 11111 | 111011 | 101111 | 101111 |
Color Harmonies of #B0AF40
Complementary color
Monochromatic Colors of #B0AF40
Black with #B0AF40
Text Example
Text Example
White with #B0AF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AF40; }
p { color: rgb(176,175,64); }
H1.HeaderClassName
{
color: #B0AF40;
}
.AnyTagClassName
{
color: #B0AF40;
}
</style>
background-color css
<style>
a { background-color: #B0AF40; }
a { background-color: rgb(176,175,64); }
div.DivClassName
{
background-color: #B0AF40;
}
.BgClassName
{
background-color: #B0AF40;
}
</style>
border-color css
<style>
span { border-color: #B0AF40; }
span { border-color: rgb(176,175,64); }
td.TdClassName
{
border-color: #B0AF40;
}
.TagClassName
{
border-color: #B0AF40;
}
</style>