Shades of Brass #B0A24B
Tints of Brass #B0A24B
RGB
CMYK
RGB Variations
Color information
#B0A24B (or 0xB0A24B) is known color: Brass. HEX triplet: B0, A2 and 4B. RGB value is (176,162,75). Sum of RGB (Red+Green+Blue) = 176+162+75=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 75 (29.69% from 255 or 18.16% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A24B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A24B is #4F5DB4. Grayscale: #9C9C9C. Windows color (decimal): -5201333 or 4956848. OLE color: 4956848.
HSL color Cylindrical-coordinate representation of color #B0A24B: hue angle of 51.68º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0A24B is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 162 | 75 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.31 |
| HSL | 51.68º | 0.4% | 0.49% | - |
| HSV(B) | 51.68º | 0.57% | 0.69% | - |
| XYZ | 32.09 | 35.58 | 11.83 | - |
| YUV | 156.27 | 82.14 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 162 | 75 | 0 | 0.08 | 0.57 | 0.31 | 51.68 | 0.4 | 0.49 |
| Hex | B0 | A2 | 4B | 0 | 8 | 39 | 1F | 34 | 28 | 31 |
| Octal | 260 | 242 | 113 | 0 | 10 | 71 | 37 | 64 | 50 | 61 |
| Binary | 10110000 | 10100010 | 1001011 | 0 | 1000 | 111001 | 11111 | 110100 | 101000 | 110001 |
Color Harmonies of #B0A24B
Complementary color
Monochromatic Colors of #B0A24B
Black with #B0A24B
Text Example
Text Example
White with #B0A24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A24B; }
p { color: rgb(176,162,75); }
H1.HeaderClassName
{
color: #B0A24B;
}
.AnyTagClassName
{
color: #B0A24B;
}
</style>
background-color css
<style>
a { background-color: #B0A24B; }
a { background-color: rgb(176,162,75); }
div.DivClassName
{
background-color: #B0A24B;
}
.BgClassName
{
background-color: #B0A24B;
}
</style>
border-color css
<style>
span { border-color: #B0A24B; }
span { border-color: rgb(176,162,75); }
td.TdClassName
{
border-color: #B0A24B;
}
.TagClassName
{
border-color: #B0A24B;
}
</style>