Shades of Brass #BBB549
Tints of Brass #BBB549
RGB
CMYK
RGB Variations
Color information
#BBB549 (or 0xBBB549) is known color: Brass. HEX triplet: BB, B5 and 49. RGB value is (187,181,73). Sum of RGB (Red+Green+Blue) = 187+181+73=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 73 (28.91% from 255 or 16.55% from 441); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB549 is #444AB6. Grayscale: #AAAAAA. Windows color (decimal): -4475575 or 4830651. OLE color: 4830651.
HSL color Cylindrical-coordinate representation of color #BBB549: hue angle of 56.84º 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 #BBB549 is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 181 | 73 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.27 |
| HSL | 56.84º | 0.46% | 0.51% | - |
| HSV(B) | 56.84º | 0.61% | 0.73% | - |
| XYZ | 38.22 | 44.09 | 12.8 | - |
| YUV | 170.48 | 72.99 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 181 | 73 | 0 | 0.03 | 0.61 | 0.27 | 56.84 | 0.46 | 0.51 |
| Hex | BB | B5 | 49 | 0 | 3 | 3D | 1B | 39 | 2E | 33 |
| Octal | 273 | 265 | 111 | 0 | 3 | 75 | 33 | 71 | 56 | 63 |
| Binary | 10111011 | 10110101 | 1001001 | 0 | 11 | 111101 | 11011 | 111001 | 101110 | 110011 |
Color Harmonies of #BBB549
Complementary color
Monochromatic Colors of #BBB549
Black with #BBB549
Text Example
Text Example
White with #BBB549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB549; }
p { color: rgb(187,181,73); }
H1.HeaderClassName
{
color: #BBB549;
}
.AnyTagClassName
{
color: #BBB549;
}
</style>
background-color css
<style>
a { background-color: #BBB549; }
a { background-color: rgb(187,181,73); }
div.DivClassName
{
background-color: #BBB549;
}
.BgClassName
{
background-color: #BBB549;
}
</style>
border-color css
<style>
span { border-color: #BBB549; }
span { border-color: rgb(187,181,73); }
td.TdClassName
{
border-color: #BBB549;
}
.TagClassName
{
border-color: #BBB549;
}
</style>