Shades of Red Damask #BB7350
Tints of Red Damask #BB7350
RGB
CMYK
RGB Variations
Color information
#BB7350 (or 0xBB7350) is known color: Red Damask. HEX triplet: BB, 73 and 50. RGB value is (187,115,80). Sum of RGB (Red+Green+Blue) = 187+115+80=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 80 (31.64% from 255 or 20.94% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7350 is #448CAF. Grayscale: #848484. Windows color (decimal): -4492464 or 5272507. OLE color: 5272507.
HSL color Cylindrical-coordinate representation of color #BB7350: hue angle of 19.63º 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 #BB7350 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 115 | 80 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.27 |
| HSL | 19.63º | 0.44% | 0.52% | - |
| HSV(B) | 19.63º | 0.57% | 0.73% | - |
| XYZ | 28.07 | 23.41 | 10.63 | - |
| YUV | 132.54 | 98.35 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 80 | 0 | 0.39 | 0.57 | 0.27 | 19.63 | 0.44 | 0.52 |
| Hex | BB | 73 | 50 | 0 | 27 | 39 | 1B | 14 | 2C | 34 |
| Octal | 273 | 163 | 120 | 0 | 47 | 71 | 33 | 24 | 54 | 64 |
| Binary | 10111011 | 1110011 | 1010000 | 0 | 100111 | 111001 | 11011 | 10100 | 101100 | 110100 |
Color Harmonies of #BB7350
Complementary color
Monochromatic Colors of #BB7350
Black with #BB7350
Text Example
Text Example
White with #BB7350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7350; }
p { color: rgb(187,115,80); }
H1.HeaderClassName
{
color: #BB7350;
}
.AnyTagClassName
{
color: #BB7350;
}
</style>
background-color css
<style>
a { background-color: #BB7350; }
a { background-color: rgb(187,115,80); }
div.DivClassName
{
background-color: #BB7350;
}
.BgClassName
{
background-color: #BB7350;
}
</style>
border-color css
<style>
span { border-color: #BB7350; }
span { border-color: rgb(187,115,80); }
td.TdClassName
{
border-color: #BB7350;
}
.TagClassName
{
border-color: #BB7350;
}
</style>