Shades of Rosy Brown #BE8888
Tints of Rosy Brown #BE8888
RGB
CMYK
RGB Variations
Color information
#BE8888 (or 0xBE8888) is known color: Rosy Brown. HEX triplet: BE, 88 and 88. RGB value is (190,136,136). Sum of RGB (Red+Green+Blue) = 190+136+136=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 136 (53.52% from 255 or 29.44% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8888 is #417777. Grayscale: #989898. Windows color (decimal): -4290424 or 8947902. OLE color: 8947902.
HSL color Cylindrical-coordinate representation of color #BE8888: hue angle of 0º 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 #BE8888 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 136 | 136 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.25 |
| HSL | 0º | 0.29% | 0.64% | - |
| HSV(B) | 0º | 0.28% | 0.75% | - |
| XYZ | 34.48 | 30.33 | 27.33 | - |
| YUV | 152.15 | 118.89 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 136 | 136 | 0 | 0.28 | 0.28 | 0.25 | 0 | 0.29 | 0.64 |
| Hex | BE | 88 | 88 | 0 | 1C | 1C | 19 | 0 | 1D | 40 |
| Octal | 276 | 210 | 210 | 0 | 34 | 34 | 31 | 0 | 35 | 100 |
| Binary | 10111110 | 10001000 | 10001000 | 0 | 11100 | 11100 | 11001 | 0 | 11101 | 1000000 |
Color Harmonies of #BE8888
Complementary color
Monochromatic Colors of #BE8888
Black with #BE8888
Text Example
Text Example
White with #BE8888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8888; }
p { color: rgb(190,136,136); }
H1.HeaderClassName
{
color: #BE8888;
}
.AnyTagClassName
{
color: #BE8888;
}
</style>
background-color css
<style>
a { background-color: #BE8888; }
a { background-color: rgb(190,136,136); }
div.DivClassName
{
background-color: #BE8888;
}
.BgClassName
{
background-color: #BE8888;
}
</style>
border-color css
<style>
span { border-color: #BE8888; }
span { border-color: rgb(190,136,136); }
td.TdClassName
{
border-color: #BE8888;
}
.TagClassName
{
border-color: #BE8888;
}
</style>