Shades of Red Damask #BB7250
Tints of Red Damask #BB7250
RGB
CMYK
RGB Variations
Color information
#BB7250 (or 0xBB7250) is known color: Red Damask. HEX triplet: BB, 72 and 50. RGB value is (187,114,80). Sum of RGB (Red+Green+Blue) = 187+114+80=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7250 is #448DAF. Grayscale: #848484. Windows color (decimal): -4492720 or 5272251. OLE color: 5272251.
HSL color Cylindrical-coordinate representation of color #BB7250: hue angle of 19.07º 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 #BB7250 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 114 | 80 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.27 |
| HSL | 19.07º | 0.44% | 0.52% | - |
| HSV(B) | 19.07º | 0.57% | 0.73% | - |
| XYZ | 27.96 | 23.18 | 10.59 | - |
| YUV | 131.95 | 98.68 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 114 | 80 | 0 | 0.39 | 0.57 | 0.27 | 19.07 | 0.44 | 0.52 |
| Hex | BB | 72 | 50 | 0 | 27 | 39 | 1B | 13 | 2C | 34 |
| Octal | 273 | 162 | 120 | 0 | 47 | 71 | 33 | 23 | 54 | 64 |
| Binary | 10111011 | 1110010 | 1010000 | 0 | 100111 | 111001 | 11011 | 10011 | 101100 | 110100 |
Color Harmonies of #BB7250
Complementary color
Monochromatic Colors of #BB7250
Black with #BB7250
Text Example
Text Example
White with #BB7250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7250; }
p { color: rgb(187,114,80); }
H1.HeaderClassName
{
color: #BB7250;
}
.AnyTagClassName
{
color: #BB7250;
}
</style>
background-color css
<style>
a { background-color: #BB7250; }
a { background-color: rgb(187,114,80); }
div.DivClassName
{
background-color: #BB7250;
}
.BgClassName
{
background-color: #BB7250;
}
</style>
border-color css
<style>
span { border-color: #BB7250; }
span { border-color: rgb(187,114,80); }
td.TdClassName
{
border-color: #BB7250;
}
.TagClassName
{
border-color: #BB7250;
}
</style>