Shades of Brass #BBA549
Tints of Brass #BBA549
RGB
CMYK
RGB Variations
Color information
#BBA549 (or 0xBBA549) is known color: Brass. HEX triplet: BB, A5 and 49. RGB value is (187,165,73). Sum of RGB (Red+Green+Blue) = 187+165+73=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 165 (64.84% from 255 or 38.82% from 425); Blue value is 73 (28.91% from 255 or 17.18% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA549 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA549 is #445AB6. Grayscale: #A1A1A1. Windows color (decimal): -4479671 or 4826555. OLE color: 4826555.
HSL color Cylindrical-coordinate representation of color #BBA549: hue angle of 48.42º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BBA549 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 165 | 73 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.27 |
| HSL | 48.42º | 0.46% | 0.51% | - |
| HSV(B) | 48.42º | 0.61% | 0.73% | - |
| XYZ | 35.15 | 37.96 | 11.78 | - |
| YUV | 161.09 | 78.29 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 165 | 73 | 0 | 0.12 | 0.61 | 0.27 | 48.42 | 0.46 | 0.51 |
| Hex | BB | A5 | 49 | 0 | C | 3D | 1B | 30 | 2E | 33 |
| Octal | 273 | 245 | 111 | 0 | 14 | 75 | 33 | 60 | 56 | 63 |
| Binary | 10111011 | 10100101 | 1001001 | 0 | 1100 | 111101 | 11011 | 110000 | 101110 | 110011 |
Color Harmonies of #BBA549
Complementary color
Monochromatic Colors of #BBA549
Black with #BBA549
Text Example
Text Example
White with #BBA549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA549; }
p { color: rgb(187,165,73); }
H1.HeaderClassName
{
color: #BBA549;
}
.AnyTagClassName
{
color: #BBA549;
}
</style>
background-color css
<style>
a { background-color: #BBA549; }
a { background-color: rgb(187,165,73); }
div.DivClassName
{
background-color: #BBA549;
}
.BgClassName
{
background-color: #BBA549;
}
</style>
border-color css
<style>
span { border-color: #BBA549; }
span { border-color: rgb(187,165,73); }
td.TdClassName
{
border-color: #BBA549;
}
.TagClassName
{
border-color: #BBA549;
}
</style>