Shades of Red Damask #BB7450
Tints of Red Damask #BB7450
RGB
CMYK
RGB Variations
Color information
#BB7450 (or 0xBB7450) is known color: Red Damask. HEX triplet: BB, 74 and 50. RGB value is (187,116,80). Sum of RGB (Red+Green+Blue) = 187+116+80=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7450 is #448BAF. Grayscale: #858585. Windows color (decimal): -4492208 or 5272763. OLE color: 5272763.
HSL color Cylindrical-coordinate representation of color #BB7450: hue angle of 20.19º 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 #BB7450 is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 116 | 80 | - |
| CMYK | 0 | 0.38 | 0.57 | 0.27 |
| HSL | 20.19º | 0.44% | 0.52% | - |
| HSV(B) | 20.19º | 0.57% | 0.73% | - |
| XYZ | 28.19 | 23.63 | 10.67 | - |
| YUV | 133.13 | 98.02 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 116 | 80 | 0 | 0.38 | 0.57 | 0.27 | 20.19 | 0.44 | 0.52 |
| Hex | BB | 74 | 50 | 0 | 26 | 39 | 1B | 14 | 2C | 34 |
| Octal | 273 | 164 | 120 | 0 | 46 | 71 | 33 | 24 | 54 | 64 |
| Binary | 10111011 | 1110100 | 1010000 | 0 | 100110 | 111001 | 11011 | 10100 | 101100 | 110100 |
Color Harmonies of #BB7450
Complementary color
Monochromatic Colors of #BB7450
Black with #BB7450
Text Example
Text Example
White with #BB7450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7450; }
p { color: rgb(187,116,80); }
H1.HeaderClassName
{
color: #BB7450;
}
.AnyTagClassName
{
color: #BB7450;
}
</style>
background-color css
<style>
a { background-color: #BB7450; }
a { background-color: rgb(187,116,80); }
div.DivClassName
{
background-color: #BB7450;
}
.BgClassName
{
background-color: #BB7450;
}
</style>
border-color css
<style>
span { border-color: #BB7450; }
span { border-color: rgb(187,116,80); }
td.TdClassName
{
border-color: #BB7450;
}
.TagClassName
{
border-color: #BB7450;
}
</style>