Shades of Brass #BBB140
Tints of Brass #BBB140
RGB
CMYK
RGB Variations
Color information
#BBB140 (or 0xBBB140) is known color: Brass. HEX triplet: BB, B1 and 40. RGB value is (187,177,64). Sum of RGB (Red+Green+Blue) = 187+177+64=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 177 (69.53% from 255 or 41.36% from 428); Blue value is 64 (25.39% from 255 or 14.95% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB140 is #444EBF. Grayscale: #A7A7A7. Windows color (decimal): -4476608 or 4239803. OLE color: 4239803.
HSL color Cylindrical-coordinate representation of color #BBB140: hue angle of 55.12º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBB140 is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 177 | 64 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.27 |
| HSL | 55.12º | 0.49% | 0.49% | - |
| HSV(B) | 55.12º | 0.66% | 0.73% | - |
| XYZ | 37.14 | 42.38 | 11.07 | - |
| YUV | 167.11 | 69.81 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 177 | 64 | 0 | 0.05 | 0.66 | 0.27 | 55.12 | 0.49 | 0.49 |
| Hex | BB | B1 | 40 | 0 | 5 | 42 | 1B | 37 | 31 | 31 |
| Octal | 273 | 261 | 100 | 0 | 5 | 102 | 33 | 67 | 61 | 61 |
| Binary | 10111011 | 10110001 | 1000000 | 0 | 101 | 1000010 | 11011 | 110111 | 110001 | 110001 |
Color Harmonies of #BBB140
Complementary color
Monochromatic Colors of #BBB140
Black with #BBB140
Text Example
Text Example
White with #BBB140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB140; }
p { color: rgb(187,177,64); }
H1.HeaderClassName
{
color: #BBB140;
}
.AnyTagClassName
{
color: #BBB140;
}
</style>
background-color css
<style>
a { background-color: #BBB140; }
a { background-color: rgb(187,177,64); }
div.DivClassName
{
background-color: #BBB140;
}
.BgClassName
{
background-color: #BBB140;
}
</style>
border-color css
<style>
span { border-color: #BBB140; }
span { border-color: rgb(187,177,64); }
td.TdClassName
{
border-color: #BBB140;
}
.TagClassName
{
border-color: #BBB140;
}
</style>