Shades of Brass #B0A43B
Tints of Brass #B0A43B
RGB
CMYK
RGB Variations
Color information
#B0A43B (or 0xB0A43B) is known color: Brass. HEX triplet: B0, A4 and 3B. RGB value is (176,164,59). Sum of RGB (Red+Green+Blue) = 176+164+59=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 59 (23.44% from 255 or 14.79% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A43B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A43B is #4F5BC4. Grayscale: #9C9C9C. Windows color (decimal): -5200837 or 3908784. OLE color: 3908784.
HSL color Cylindrical-coordinate representation of color #B0A43B: hue angle of 53.85º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B0A43B is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 164 | 59 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.31 |
| HSL | 53.85º | 0.5% | 0.46% | - |
| HSV(B) | 53.85º | 0.66% | 0.69% | - |
| XYZ | 31.97 | 36.1 | 9.42 | - |
| YUV | 155.62 | 73.48 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 164 | 59 | 0 | 0.07 | 0.66 | 0.31 | 53.85 | 0.5 | 0.46 |
| Hex | B0 | A4 | 3B | 0 | 7 | 42 | 1F | 36 | 32 | 2E |
| Octal | 260 | 244 | 73 | 0 | 7 | 102 | 37 | 66 | 62 | 56 |
| Binary | 10110000 | 10100100 | 111011 | 0 | 111 | 1000010 | 11111 | 110110 | 110010 | 101110 |
Color Harmonies of #B0A43B
Complementary color
Monochromatic Colors of #B0A43B
Black with #B0A43B
Text Example
Text Example
White with #B0A43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A43B; }
p { color: rgb(176,164,59); }
H1.HeaderClassName
{
color: #B0A43B;
}
.AnyTagClassName
{
color: #B0A43B;
}
</style>
background-color css
<style>
a { background-color: #B0A43B; }
a { background-color: rgb(176,164,59); }
div.DivClassName
{
background-color: #B0A43B;
}
.BgClassName
{
background-color: #B0A43B;
}
</style>
border-color css
<style>
span { border-color: #B0A43B; }
span { border-color: rgb(176,164,59); }
td.TdClassName
{
border-color: #B0A43B;
}
.TagClassName
{
border-color: #B0A43B;
}
</style>