Shades of Brass #BBB737
Tints of Brass #BBB737
RGB
CMYK
RGB Variations
Color information
#BBB737 (or 0xBBB737) is known color: Brass. HEX triplet: BB, B7 and 37. RGB value is (187,183,55). Sum of RGB (Red+Green+Blue) = 187+183+55=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 183 (71.88% from 255 or 43.06% from 425); Blue value is 55 (21.88% from 255 or 12.94% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB737 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB737 is #4448C8. Grayscale: #AAAAAA. Windows color (decimal): -4475081 or 3651515. OLE color: 3651515.
HSL color Cylindrical-coordinate representation of color #BBB737: hue angle of 58.18º 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 #BBB737 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 183 | 55 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.27 |
| HSL | 58.18º | 0.55% | 0.47% | - |
| HSV(B) | 58.18º | 0.71% | 0.73% | - |
| XYZ | 38.12 | 44.71 | 10.23 | - |
| YUV | 169.6 | 63.33 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 183 | 55 | 0 | 0.02 | 0.71 | 0.27 | 58.18 | 0.55 | 0.47 |
| Hex | BB | B7 | 37 | 0 | 2 | 47 | 1B | 3A | 37 | 2F |
| Octal | 273 | 267 | 67 | 0 | 2 | 107 | 33 | 72 | 67 | 57 |
| Binary | 10111011 | 10110111 | 110111 | 0 | 10 | 1000111 | 11011 | 111010 | 110111 | 101111 |
Color Harmonies of #BBB737
Complementary color
Monochromatic Colors of #BBB737
Black with #BBB737
Text Example
Text Example
White with #BBB737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB737; }
p { color: rgb(187,183,55); }
H1.HeaderClassName
{
color: #BBB737;
}
.AnyTagClassName
{
color: #BBB737;
}
</style>
background-color css
<style>
a { background-color: #BBB737; }
a { background-color: rgb(187,183,55); }
div.DivClassName
{
background-color: #BBB737;
}
.BgClassName
{
background-color: #BBB737;
}
</style>
border-color css
<style>
span { border-color: #BBB737; }
span { border-color: rgb(187,183,55); }
td.TdClassName
{
border-color: #BBB737;
}
.TagClassName
{
border-color: #BBB737;
}
</style>