Shades of Brass #BBB437
Tints of Brass #BBB437
RGB
CMYK
RGB Variations
Color information
#BBB437 (or 0xBBB437) is known color: Brass. HEX triplet: BB, B4 and 37. RGB value is (187,180,55). Sum of RGB (Red+Green+Blue) = 187+180+55=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 55 (21.88% from 255 or 13.03% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB437 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB437 is #444BC8. Grayscale: #A8A8A8. Windows color (decimal): -4475849 or 3650747. OLE color: 3650747.
HSL color Cylindrical-coordinate representation of color #BBB437: hue angle of 56.82º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BBB437 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 180 | 55 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.27 |
| HSL | 56.82º | 0.55% | 0.47% | - |
| HSV(B) | 56.82º | 0.71% | 0.73% | - |
| XYZ | 37.5 | 43.48 | 10.03 | - |
| YUV | 167.84 | 64.32 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 55 | 0 | 0.04 | 0.71 | 0.27 | 56.82 | 0.55 | 0.47 |
| Hex | BB | B4 | 37 | 0 | 4 | 47 | 1B | 39 | 37 | 2F |
| Octal | 273 | 264 | 67 | 0 | 4 | 107 | 33 | 71 | 67 | 57 |
| Binary | 10111011 | 10110100 | 110111 | 0 | 100 | 1000111 | 11011 | 111001 | 110111 | 101111 |
Color Harmonies of #BBB437
Complementary color
Monochromatic Colors of #BBB437
Black with #BBB437
Text Example
Text Example
White with #BBB437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB437; }
p { color: rgb(187,180,55); }
H1.HeaderClassName
{
color: #BBB437;
}
.AnyTagClassName
{
color: #BBB437;
}
</style>
background-color css
<style>
a { background-color: #BBB437; }
a { background-color: rgb(187,180,55); }
div.DivClassName
{
background-color: #BBB437;
}
.BgClassName
{
background-color: #BBB437;
}
</style>
border-color css
<style>
span { border-color: #BBB437; }
span { border-color: rgb(187,180,55); }
td.TdClassName
{
border-color: #BBB437;
}
.TagClassName
{
border-color: #BBB437;
}
</style>