Shades of Brass #B0A93E
Tints of Brass #B0A93E
RGB
CMYK
RGB Variations
Color information
#B0A93E (or 0xB0A93E) is known color: Brass. HEX triplet: B0, A9 and 3E. RGB value is (176,169,62). Sum of RGB (Red+Green+Blue) = 176+169+62=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 169 (66.41% from 255 or 41.52% from 407); Blue value is 62 (24.61% from 255 or 15.23% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A93E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A93E is #4F56C1. Grayscale: #9F9F9F. Windows color (decimal): -5199554 or 4106672. OLE color: 4106672.
HSL color Cylindrical-coordinate representation of color #B0A93E: hue angle of 56.32º 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 #B0A93E is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 169 | 62 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.31 |
| HSL | 56.32º | 0.48% | 0.47% | - |
| HSV(B) | 56.32º | 0.65% | 0.69% | - |
| XYZ | 32.96 | 37.95 | 10.15 | - |
| YUV | 158.9 | 73.32 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 169 | 62 | 0 | 0.04 | 0.65 | 0.31 | 56.32 | 0.48 | 0.47 |
| Hex | B0 | A9 | 3E | 0 | 4 | 41 | 1F | 38 | 30 | 2F |
| Octal | 260 | 251 | 76 | 0 | 4 | 101 | 37 | 70 | 60 | 57 |
| Binary | 10110000 | 10101001 | 111110 | 0 | 100 | 1000001 | 11111 | 111000 | 110000 | 101111 |
Color Harmonies of #B0A93E
Complementary color
Monochromatic Colors of #B0A93E
Black with #B0A93E
Text Example
Text Example
White with #B0A93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A93E; }
p { color: rgb(176,169,62); }
H1.HeaderClassName
{
color: #B0A93E;
}
.AnyTagClassName
{
color: #B0A93E;
}
</style>
background-color css
<style>
a { background-color: #B0A93E; }
a { background-color: rgb(176,169,62); }
div.DivClassName
{
background-color: #B0A93E;
}
.BgClassName
{
background-color: #B0A93E;
}
</style>
border-color css
<style>
span { border-color: #B0A93E; }
span { border-color: rgb(176,169,62); }
td.TdClassName
{
border-color: #B0A93E;
}
.TagClassName
{
border-color: #B0A93E;
}
</style>