Shades of Brass #B0AE48
Tints of Brass #B0AE48
RGB
CMYK
RGB Variations
Color information
#B0AE48 (or 0xB0AE48) is known color: Brass. HEX triplet: B0, AE and 48. RGB value is (176,174,72). Sum of RGB (Red+Green+Blue) = 176+174+72=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 174 (68.36% from 255 or 41.23% from 422); Blue value is 72 (28.52% from 255 or 17.06% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AE48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AE48 is #4F51B7. Grayscale: #A3A3A3. Windows color (decimal): -5198264 or 4763312. OLE color: 4763312.
HSL color Cylindrical-coordinate representation of color #B0AE48: hue angle of 58.85º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0AE48 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 174 | 72 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.31 |
| HSL | 58.85º | 0.42% | 0.49% | - |
| HSV(B) | 58.85º | 0.59% | 0.69% | - |
| XYZ | 34.21 | 39.97 | 12.04 | - |
| YUV | 162.97 | 76.66 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 174 | 72 | 0 | 0.01 | 0.59 | 0.31 | 58.85 | 0.42 | 0.49 |
| Hex | B0 | AE | 48 | 0 | 1 | 3B | 1F | 3B | 2A | 31 |
| Octal | 260 | 256 | 110 | 0 | 1 | 73 | 37 | 73 | 52 | 61 |
| Binary | 10110000 | 10101110 | 1001000 | 0 | 1 | 111011 | 11111 | 111011 | 101010 | 110001 |
Color Harmonies of #B0AE48
Complementary color
Monochromatic Colors of #B0AE48
Black with #B0AE48
Text Example
Text Example
White with #B0AE48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AE48; }
p { color: rgb(176,174,72); }
H1.HeaderClassName
{
color: #B0AE48;
}
.AnyTagClassName
{
color: #B0AE48;
}
</style>
background-color css
<style>
a { background-color: #B0AE48; }
a { background-color: rgb(176,174,72); }
div.DivClassName
{
background-color: #B0AE48;
}
.BgClassName
{
background-color: #B0AE48;
}
</style>
border-color css
<style>
span { border-color: #B0AE48; }
span { border-color: rgb(176,174,72); }
td.TdClassName
{
border-color: #B0AE48;
}
.TagClassName
{
border-color: #B0AE48;
}
</style>