Shades of Brass #BBB149
Tints of Brass #BBB149
RGB
CMYK
RGB Variations
Color information
#BBB149 (or 0xBBB149) is known color: Brass. HEX triplet: BB, B1 and 49. RGB value is (187,177,73). Sum of RGB (Red+Green+Blue) = 187+177+73=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 177 (69.53% from 255 or 40.50% from 437); Blue value is 73 (28.91% from 255 or 16.70% from 437); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB149 is #444EB6. Grayscale: #A8A8A8. Windows color (decimal): -4476599 or 4829627. OLE color: 4829627.
HSL color Cylindrical-coordinate representation of color #BBB149: hue angle of 54.74º 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 #BBB149 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 177 | 73 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.27 |
| HSL | 54.74º | 0.46% | 0.51% | - |
| HSV(B) | 54.74º | 0.61% | 0.73% | - |
| XYZ | 37.42 | 42.49 | 12.53 | - |
| YUV | 168.13 | 74.31 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 177 | 73 | 0 | 0.05 | 0.61 | 0.27 | 54.74 | 0.46 | 0.51 |
| Hex | BB | B1 | 49 | 0 | 5 | 3D | 1B | 37 | 2E | 33 |
| Octal | 273 | 261 | 111 | 0 | 5 | 75 | 33 | 67 | 56 | 63 |
| Binary | 10111011 | 10110001 | 1001001 | 0 | 101 | 111101 | 11011 | 110111 | 101110 | 110011 |
Color Harmonies of #BBB149
Complementary color
Monochromatic Colors of #BBB149
Black with #BBB149
Text Example
Text Example
White with #BBB149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB149; }
p { color: rgb(187,177,73); }
H1.HeaderClassName
{
color: #BBB149;
}
.AnyTagClassName
{
color: #BBB149;
}
</style>
background-color css
<style>
a { background-color: #BBB149; }
a { background-color: rgb(187,177,73); }
div.DivClassName
{
background-color: #BBB149;
}
.BgClassName
{
background-color: #BBB149;
}
</style>
border-color css
<style>
span { border-color: #BBB149; }
span { border-color: rgb(187,177,73); }
td.TdClassName
{
border-color: #BBB149;
}
.TagClassName
{
border-color: #BBB149;
}
</style>