Shades of Red Damask #BB6E50
Tints of Red Damask #BB6E50
RGB
CMYK
RGB Variations
Color information
#BB6E50 (or 0xBB6E50) is known color: Red Damask. HEX triplet: BB, 6E and 50. RGB value is (187,110,80). Sum of RGB (Red+Green+Blue) = 187+110+80=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6E50 is #4491AF. Grayscale: #818181. Windows color (decimal): -4493744 or 5271227. OLE color: 5271227.
HSL color Cylindrical-coordinate representation of color #BB6E50: hue angle of 16.82º 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 #BB6E50 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 110 | 80 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.27 |
| HSL | 16.82º | 0.44% | 0.52% | - |
| HSV(B) | 16.82º | 0.57% | 0.73% | - |
| XYZ | 27.52 | 22.3 | 10.44 | - |
| YUV | 129.6 | 100.01 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 110 | 80 | 0 | 0.41 | 0.57 | 0.27 | 16.82 | 0.44 | 0.52 |
| Hex | BB | 6E | 50 | 0 | 29 | 39 | 1B | 11 | 2C | 34 |
| Octal | 273 | 156 | 120 | 0 | 51 | 71 | 33 | 21 | 54 | 64 |
| Binary | 10111011 | 1101110 | 1010000 | 0 | 101001 | 111001 | 11011 | 10001 | 101100 | 110100 |
Color Harmonies of #BB6E50
Complementary color
Monochromatic Colors of #BB6E50
Black with #BB6E50
Text Example
Text Example
White with #BB6E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6E50; }
p { color: rgb(187,110,80); }
H1.HeaderClassName
{
color: #BB6E50;
}
.AnyTagClassName
{
color: #BB6E50;
}
</style>
background-color css
<style>
a { background-color: #BB6E50; }
a { background-color: rgb(187,110,80); }
div.DivClassName
{
background-color: #BB6E50;
}
.BgClassName
{
background-color: #BB6E50;
}
</style>
border-color css
<style>
span { border-color: #BB6E50; }
span { border-color: rgb(187,110,80); }
td.TdClassName
{
border-color: #BB6E50;
}
.TagClassName
{
border-color: #BB6E50;
}
</style>