Shades of Brass #BBB139
Tints of Brass #BBB139
RGB
CMYK
RGB Variations
Color information
#BBB139 (or 0xBBB139) is known color: Brass. HEX triplet: BB, B1 and 39. RGB value is (187,177,57). Sum of RGB (Red+Green+Blue) = 187+177+57=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 177 (69.53% from 255 or 42.04% from 421); Blue value is 57 (22.66% from 255 or 13.54% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB139 is #444EC6. Grayscale: #A6A6A6. Windows color (decimal): -4476615 or 3781051. OLE color: 3781051.
HSL color Cylindrical-coordinate representation of color #BBB139: hue angle of 55.38º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BBB139 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 177 | 57 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.27 |
| HSL | 55.38º | 0.53% | 0.48% | - |
| HSV(B) | 55.38º | 0.7% | 0.73% | - |
| XYZ | 36.95 | 42.3 | 10.09 | - |
| YUV | 166.31 | 66.31 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 177 | 57 | 0 | 0.05 | 0.70 | 0.27 | 55.38 | 0.53 | 0.48 |
| Hex | BB | B1 | 39 | 0 | 5 | 46 | 1B | 37 | 35 | 30 |
| Octal | 273 | 261 | 71 | 0 | 5 | 106 | 33 | 67 | 65 | 60 |
| Binary | 10111011 | 10110001 | 111001 | 0 | 101 | 1000110 | 11011 | 110111 | 110101 | 110000 |
Color Harmonies of #BBB139
Complementary color
Monochromatic Colors of #BBB139
Black with #BBB139
Text Example
Text Example
White with #BBB139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB139; }
p { color: rgb(187,177,57); }
H1.HeaderClassName
{
color: #BBB139;
}
.AnyTagClassName
{
color: #BBB139;
}
</style>
background-color css
<style>
a { background-color: #BBB139; }
a { background-color: rgb(187,177,57); }
div.DivClassName
{
background-color: #BBB139;
}
.BgClassName
{
background-color: #BBB139;
}
</style>
border-color css
<style>
span { border-color: #BBB139; }
span { border-color: rgb(187,177,57); }
td.TdClassName
{
border-color: #BBB139;
}
.TagClassName
{
border-color: #BBB139;
}
</style>