Shades of Brass #BBB143
Tints of Brass #BBB143
RGB
CMYK
RGB Variations
Color information
#BBB143 (or 0xBBB143) is known color: Brass. HEX triplet: BB, B1 and 43. RGB value is (187,177,67). Sum of RGB (Red+Green+Blue) = 187+177+67=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 177 (69.53% from 255 or 41.07% from 431); Blue value is 67 (26.56% from 255 or 15.55% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB143 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB143 is #444EBC. Grayscale: #A7A7A7. Windows color (decimal): -4476605 or 4436411. OLE color: 4436411.
HSL color Cylindrical-coordinate representation of color #BBB143: hue angle of 55º 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 #BBB143 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 177 | 67 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.27 |
| HSL | 55º | 0.47% | 0.5% | - |
| HSV(B) | 55º | 0.64% | 0.73% | - |
| XYZ | 37.23 | 42.41 | 11.53 | - |
| YUV | 167.45 | 71.31 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 177 | 67 | 0 | 0.05 | 0.64 | 0.27 | 55 | 0.47 | 0.5 |
| Hex | BB | B1 | 43 | 0 | 5 | 40 | 1B | 37 | 2F | 32 |
| Octal | 273 | 261 | 103 | 0 | 5 | 100 | 33 | 67 | 57 | 62 |
| Binary | 10111011 | 10110001 | 1000011 | 0 | 101 | 1000000 | 11011 | 110111 | 101111 | 110010 |
Color Harmonies of #BBB143
Complementary color
Monochromatic Colors of #BBB143
Black with #BBB143
Text Example
Text Example
White with #BBB143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB143; }
p { color: rgb(187,177,67); }
H1.HeaderClassName
{
color: #BBB143;
}
.AnyTagClassName
{
color: #BBB143;
}
</style>
background-color css
<style>
a { background-color: #BBB143; }
a { background-color: rgb(187,177,67); }
div.DivClassName
{
background-color: #BBB143;
}
.BgClassName
{
background-color: #BBB143;
}
</style>
border-color css
<style>
span { border-color: #BBB143; }
span { border-color: rgb(187,177,67); }
td.TdClassName
{
border-color: #BBB143;
}
.TagClassName
{
border-color: #BBB143;
}
</style>