Shades of Rosy Brown #BE8988
Tints of Rosy Brown #BE8988
RGB
CMYK
RGB Variations
Color information
#BE8988 (or 0xBE8988) is known color: Rosy Brown. HEX triplet: BE, 89 and 88. RGB value is (190,137,136). Sum of RGB (Red+Green+Blue) = 190+137+136=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 137 (53.91% from 255 or 29.59% from 463); Blue value is 136 (53.52% from 255 or 29.37% from 463); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8988 is #417677. Grayscale: #989898. Windows color (decimal): -4290168 or 8948158. OLE color: 8948158.
HSL color Cylindrical-coordinate representation of color #BE8988: hue angle of 1.11º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BE8988 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 137 | 136 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.25 |
| HSL | 1.11º | 0.29% | 0.64% | - |
| HSV(B) | 1.11º | 0.28% | 0.75% | - |
| XYZ | 34.62 | 30.62 | 27.38 | - |
| YUV | 152.73 | 118.56 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 137 | 136 | 0 | 0.28 | 0.28 | 0.25 | 1.11 | 0.29 | 0.64 |
| Hex | BE | 89 | 88 | 0 | 1C | 1C | 19 | 1 | 1D | 40 |
| Octal | 276 | 211 | 210 | 0 | 34 | 34 | 31 | 1 | 35 | 100 |
| Binary | 10111110 | 10001001 | 10001000 | 0 | 11100 | 11100 | 11001 | 1 | 11101 | 1000000 |
Color Harmonies of #BE8988
Complementary color
Monochromatic Colors of #BE8988
Black with #BE8988
Text Example
Text Example
White with #BE8988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8988; }
p { color: rgb(190,137,136); }
H1.HeaderClassName
{
color: #BE8988;
}
.AnyTagClassName
{
color: #BE8988;
}
</style>
background-color css
<style>
a { background-color: #BE8988; }
a { background-color: rgb(190,137,136); }
div.DivClassName
{
background-color: #BE8988;
}
.BgClassName
{
background-color: #BE8988;
}
</style>
border-color css
<style>
span { border-color: #BE8988; }
span { border-color: rgb(190,137,136); }
td.TdClassName
{
border-color: #BE8988;
}
.TagClassName
{
border-color: #BE8988;
}
</style>