Shades of Brass #BBB145
Tints of Brass #BBB145
RGB
CMYK
RGB Variations
Color information
#BBB145 (or 0xBBB145) is known color: Brass. HEX triplet: BB, B1 and 45. RGB value is (187,177,69). Sum of RGB (Red+Green+Blue) = 187+177+69=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 69 (27.34% from 255 or 15.94% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB145 is #444EBA. Grayscale: #A8A8A8. Windows color (decimal): -4476603 or 4567483. OLE color: 4567483.
HSL color Cylindrical-coordinate representation of color #BBB145: hue angle of 54.92º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BBB145 is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 177 | 69 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.27 |
| HSL | 54.92º | 0.46% | 0.5% | - |
| HSV(B) | 54.92º | 0.63% | 0.73% | - |
| XYZ | 37.29 | 42.44 | 11.86 | - |
| YUV | 167.68 | 72.31 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 177 | 69 | 0 | 0.05 | 0.63 | 0.27 | 54.92 | 0.46 | 0.5 |
| Hex | BB | B1 | 45 | 0 | 5 | 3F | 1B | 37 | 2E | 32 |
| Octal | 273 | 261 | 105 | 0 | 5 | 77 | 33 | 67 | 56 | 62 |
| Binary | 10111011 | 10110001 | 1000101 | 0 | 101 | 111111 | 11011 | 110111 | 101110 | 110010 |
Color Harmonies of #BBB145
Complementary color
Monochromatic Colors of #BBB145
Black with #BBB145
Text Example
Text Example
White with #BBB145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB145; }
p { color: rgb(187,177,69); }
H1.HeaderClassName
{
color: #BBB145;
}
.AnyTagClassName
{
color: #BBB145;
}
</style>
background-color css
<style>
a { background-color: #BBB145; }
a { background-color: rgb(187,177,69); }
div.DivClassName
{
background-color: #BBB145;
}
.BgClassName
{
background-color: #BBB145;
}
</style>
border-color css
<style>
span { border-color: #BBB145; }
span { border-color: rgb(187,177,69); }
td.TdClassName
{
border-color: #BBB145;
}
.TagClassName
{
border-color: #BBB145;
}
</style>