Shades of Rosy Brown #BE8F8C
Tints of Rosy Brown #BE8F8C
RGB
CMYK
RGB Variations
Color information
#BE8F8C (or 0xBE8F8C) is known color: Rosy Brown. HEX triplet: BE, 8F and 8C. RGB value is (190,143,140). Sum of RGB (Red+Green+Blue) = 190+143+140=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8F8C is #417073. Grayscale: #9C9C9C. Windows color (decimal): -4288628 or 9211838. OLE color: 9211838.
HSL color Cylindrical-coordinate representation of color #BE8F8C: hue angle of 3.6º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BE8F8C is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 143 | 140 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.25 |
| HSL | 3.6º | 0.28% | 0.65% | - |
| HSV(B) | 3.6º | 0.26% | 0.75% | - |
| XYZ | 35.79 | 32.49 | 29.19 | - |
| YUV | 156.71 | 118.57 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 143 | 140 | 0 | 0.25 | 0.26 | 0.25 | 3.6 | 0.28 | 0.65 |
| Hex | BE | 8F | 8C | 0 | 19 | 1A | 19 | 4 | 1C | 41 |
| Octal | 276 | 217 | 214 | 0 | 31 | 32 | 31 | 4 | 34 | 101 |
| Binary | 10111110 | 10001111 | 10001100 | 0 | 11001 | 11010 | 11001 | 100 | 11100 | 1000001 |
Color Harmonies of #BE8F8C
Complementary color
Monochromatic Colors of #BE8F8C
Black with #BE8F8C
Text Example
Text Example
White with #BE8F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8F8C; }
p { color: rgb(190,143,140); }
H1.HeaderClassName
{
color: #BE8F8C;
}
.AnyTagClassName
{
color: #BE8F8C;
}
</style>
background-color css
<style>
a { background-color: #BE8F8C; }
a { background-color: rgb(190,143,140); }
div.DivClassName
{
background-color: #BE8F8C;
}
.BgClassName
{
background-color: #BE8F8C;
}
</style>
border-color css
<style>
span { border-color: #BE8F8C; }
span { border-color: rgb(190,143,140); }
td.TdClassName
{
border-color: #BE8F8C;
}
.TagClassName
{
border-color: #BE8F8C;
}
</style>