Shades of Brass #B0A843
Tints of Brass #B0A843
RGB
CMYK
RGB Variations
Color information
#B0A843 (or 0xB0A843) is known color: Brass. HEX triplet: B0, A8 and 43. RGB value is (176,168,67). Sum of RGB (Red+Green+Blue) = 176+168+67=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 67 (26.56% from 255 or 16.30% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A843 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A843 is #4F57BC. Grayscale: #9F9F9F. Windows color (decimal): -5199805 or 4434096. OLE color: 4434096.
HSL color Cylindrical-coordinate representation of color #B0A843: hue angle of 55.6º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B0A843 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 168 | 67 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.31 |
| HSL | 55.6º | 0.45% | 0.48% | - |
| HSV(B) | 55.6º | 0.62% | 0.69% | - |
| XYZ | 32.92 | 37.64 | 10.84 | - |
| YUV | 158.88 | 76.15 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 168 | 67 | 0 | 0.05 | 0.62 | 0.31 | 55.6 | 0.45 | 0.48 |
| Hex | B0 | A8 | 43 | 0 | 5 | 3E | 1F | 38 | 2D | 30 |
| Octal | 260 | 250 | 103 | 0 | 5 | 76 | 37 | 70 | 55 | 60 |
| Binary | 10110000 | 10101000 | 1000011 | 0 | 101 | 111110 | 11111 | 111000 | 101101 | 110000 |
Color Harmonies of #B0A843
Complementary color
Monochromatic Colors of #B0A843
Black with #B0A843
Text Example
Text Example
White with #B0A843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A843; }
p { color: rgb(176,168,67); }
H1.HeaderClassName
{
color: #B0A843;
}
.AnyTagClassName
{
color: #B0A843;
}
</style>
background-color css
<style>
a { background-color: #B0A843; }
a { background-color: rgb(176,168,67); }
div.DivClassName
{
background-color: #B0A843;
}
.BgClassName
{
background-color: #B0A843;
}
</style>
border-color css
<style>
span { border-color: #B0A843; }
span { border-color: rgb(176,168,67); }
td.TdClassName
{
border-color: #B0A843;
}
.TagClassName
{
border-color: #B0A843;
}
</style>