Shades of Red Damask #BB7550
Tints of Red Damask #BB7550
RGB
CMYK
RGB Variations
Color information
#BB7550 (or 0xBB7550) is known color: Red Damask. HEX triplet: BB, 75 and 50. RGB value is (187,117,80). Sum of RGB (Red+Green+Blue) = 187+117+80=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7550 is #448AAF. Grayscale: #858585. Windows color (decimal): -4491952 or 5273019. OLE color: 5273019.
HSL color Cylindrical-coordinate representation of color #BB7550: hue angle of 20.75º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB7550 is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 117 | 80 | - |
| CMYK | 0 | 0.37 | 0.57 | 0.27 |
| HSL | 20.75º | 0.44% | 0.52% | - |
| HSV(B) | 20.75º | 0.57% | 0.73% | - |
| XYZ | 28.3 | 23.87 | 10.7 | - |
| YUV | 133.71 | 97.69 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 117 | 80 | 0 | 0.37 | 0.57 | 0.27 | 20.75 | 0.44 | 0.52 |
| Hex | BB | 75 | 50 | 0 | 25 | 39 | 1B | 15 | 2C | 34 |
| Octal | 273 | 165 | 120 | 0 | 45 | 71 | 33 | 25 | 54 | 64 |
| Binary | 10111011 | 1110101 | 1010000 | 0 | 100101 | 111001 | 11011 | 10101 | 101100 | 110100 |
Color Harmonies of #BB7550
Complementary color
Monochromatic Colors of #BB7550
Black with #BB7550
Text Example
Text Example
White with #BB7550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7550; }
p { color: rgb(187,117,80); }
H1.HeaderClassName
{
color: #BB7550;
}
.AnyTagClassName
{
color: #BB7550;
}
</style>
background-color css
<style>
a { background-color: #BB7550; }
a { background-color: rgb(187,117,80); }
div.DivClassName
{
background-color: #BB7550;
}
.BgClassName
{
background-color: #BB7550;
}
</style>
border-color css
<style>
span { border-color: #BB7550; }
span { border-color: rgb(187,117,80); }
td.TdClassName
{
border-color: #BB7550;
}
.TagClassName
{
border-color: #BB7550;
}
</style>