Shades of Brass #BBB144
Tints of Brass #BBB144
RGB
CMYK
RGB Variations
Color information
#BBB144 (or 0xBBB144) is known color: Brass. HEX triplet: BB, B1 and 44. RGB value is (187,177,68). Sum of RGB (Red+Green+Blue) = 187+177+68=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 177 (69.53% from 255 or 40.97% from 432); Blue value is 68 (26.95% from 255 or 15.74% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB144 is #444EBB. Grayscale: #A8A8A8. Windows color (decimal): -4476604 or 4501947. OLE color: 4501947.
HSL color Cylindrical-coordinate representation of color #BBB144: hue angle of 54.96º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BBB144 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 177 | 68 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.27 |
| HSL | 54.96º | 0.47% | 0.5% | - |
| HSV(B) | 54.96º | 0.64% | 0.73% | - |
| XYZ | 37.26 | 42.43 | 11.69 | - |
| YUV | 167.56 | 71.81 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 177 | 68 | 0 | 0.05 | 0.64 | 0.27 | 54.96 | 0.47 | 0.5 |
| Hex | BB | B1 | 44 | 0 | 5 | 40 | 1B | 37 | 2F | 32 |
| Octal | 273 | 261 | 104 | 0 | 5 | 100 | 33 | 67 | 57 | 62 |
| Binary | 10111011 | 10110001 | 1000100 | 0 | 101 | 1000000 | 11011 | 110111 | 101111 | 110010 |
Color Harmonies of #BBB144
Complementary color
Monochromatic Colors of #BBB144
Black with #BBB144
Text Example
Text Example
White with #BBB144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB144; }
p { color: rgb(187,177,68); }
H1.HeaderClassName
{
color: #BBB144;
}
.AnyTagClassName
{
color: #BBB144;
}
</style>
background-color css
<style>
a { background-color: #BBB144; }
a { background-color: rgb(187,177,68); }
div.DivClassName
{
background-color: #BBB144;
}
.BgClassName
{
background-color: #BBB144;
}
</style>
border-color css
<style>
span { border-color: #BBB144; }
span { border-color: rgb(187,177,68); }
td.TdClassName
{
border-color: #BBB144;
}
.TagClassName
{
border-color: #BBB144;
}
</style>