Shades of Brass #BBB039
Tints of Brass #BBB039
RGB
CMYK
RGB Variations
Color information
#BBB039 (or 0xBBB039) is known color: Brass. HEX triplet: BB, B0 and 39. RGB value is (187,176,57). Sum of RGB (Red+Green+Blue) = 187+176+57=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 176 (69.14% from 255 or 41.90% from 420); Blue value is 57 (22.66% from 255 or 13.57% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB039 is #444FC6. Grayscale: #A6A6A6. Windows color (decimal): -4476871 or 3780795. OLE color: 3780795.
HSL color Cylindrical-coordinate representation of color #BBB039: hue angle of 54.92º 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 #BBB039 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 176 | 57 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.27 |
| HSL | 54.92º | 0.53% | 0.48% | - |
| HSV(B) | 54.92º | 0.7% | 0.73% | - |
| XYZ | 36.76 | 41.91 | 10.02 | - |
| YUV | 165.72 | 66.64 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 57 | 0 | 0.06 | 0.70 | 0.27 | 54.92 | 0.53 | 0.48 |
| Hex | BB | B0 | 39 | 0 | 6 | 46 | 1B | 37 | 35 | 30 |
| Octal | 273 | 260 | 71 | 0 | 6 | 106 | 33 | 67 | 65 | 60 |
| Binary | 10111011 | 10110000 | 111001 | 0 | 110 | 1000110 | 11011 | 110111 | 110101 | 110000 |
Color Harmonies of #BBB039
Complementary color
Monochromatic Colors of #BBB039
Black with #BBB039
Text Example
Text Example
White with #BBB039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB039; }
p { color: rgb(187,176,57); }
H1.HeaderClassName
{
color: #BBB039;
}
.AnyTagClassName
{
color: #BBB039;
}
</style>
background-color css
<style>
a { background-color: #BBB039; }
a { background-color: rgb(187,176,57); }
div.DivClassName
{
background-color: #BBB039;
}
.BgClassName
{
background-color: #BBB039;
}
</style>
border-color css
<style>
span { border-color: #BBB039; }
span { border-color: rgb(187,176,57); }
td.TdClassName
{
border-color: #BBB039;
}
.TagClassName
{
border-color: #BBB039;
}
</style>