Shades of Brass #B0A33E
Tints of Brass #B0A33E
RGB
CMYK
RGB Variations
Color information
#B0A33E (or 0xB0A33E) is known color: Brass. HEX triplet: B0, A3 and 3E. RGB value is (176,163,62). Sum of RGB (Red+Green+Blue) = 176+163+62=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 163 (64.06% from 255 or 40.65% from 401); Blue value is 62 (24.61% from 255 or 15.46% from 401); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A33E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A33E is #4F5CC1. Grayscale: #9B9B9B. Windows color (decimal): -5201090 or 4105136. OLE color: 4105136.
HSL color Cylindrical-coordinate representation of color #B0A33E: hue angle of 53.16º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B0A33E is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 163 | 62 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.31 |
| HSL | 53.16º | 0.48% | 0.47% | - |
| HSV(B) | 53.16º | 0.65% | 0.69% | - |
| XYZ | 31.87 | 35.77 | 9.78 | - |
| YUV | 155.37 | 75.31 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 163 | 62 | 0 | 0.07 | 0.65 | 0.31 | 53.16 | 0.48 | 0.47 |
| Hex | B0 | A3 | 3E | 0 | 7 | 41 | 1F | 35 | 30 | 2F |
| Octal | 260 | 243 | 76 | 0 | 7 | 101 | 37 | 65 | 60 | 57 |
| Binary | 10110000 | 10100011 | 111110 | 0 | 111 | 1000001 | 11111 | 110101 | 110000 | 101111 |
Color Harmonies of #B0A33E
Complementary color
Monochromatic Colors of #B0A33E
Black with #B0A33E
Text Example
Text Example
White with #B0A33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A33E; }
p { color: rgb(176,163,62); }
H1.HeaderClassName
{
color: #B0A33E;
}
.AnyTagClassName
{
color: #B0A33E;
}
</style>
background-color css
<style>
a { background-color: #B0A33E; }
a { background-color: rgb(176,163,62); }
div.DivClassName
{
background-color: #B0A33E;
}
.BgClassName
{
background-color: #B0A33E;
}
</style>
border-color css
<style>
span { border-color: #B0A33E; }
span { border-color: rgb(176,163,62); }
td.TdClassName
{
border-color: #B0A33E;
}
.TagClassName
{
border-color: #B0A33E;
}
</style>