Shades of Rosy Brown #BE9999
Tints of Rosy Brown #BE9999
RGB
CMYK
RGB Variations
Color information
#BE9999 (or 0xBE9999) is known color: Rosy Brown. HEX triplet: BE, 99 and 99. RGB value is (190,153,153). Sum of RGB (Red+Green+Blue) = 190+153+153=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 153 (60.16% from 255 or 30.85% from 496); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9999 is #416666. Grayscale: #A4A4A4. Windows color (decimal): -4286055 or 10066366. OLE color: 10066366.
HSL color Cylindrical-coordinate representation of color #BE9999: hue angle of 0º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BE9999 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 153 | 153 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.25 |
| HSL | 0º | 0.22% | 0.67% | - |
| HSV(B) | 0º | 0.19% | 0.75% | - |
| XYZ | 38.38 | 36.03 | 35.07 | - |
| YUV | 164.06 | 121.76 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 153 | 153 | 0 | 0.19 | 0.19 | 0.25 | 0 | 0.22 | 0.67 |
| Hex | BE | 99 | 99 | 0 | 13 | 13 | 19 | 0 | 16 | 43 |
| Octal | 276 | 231 | 231 | 0 | 23 | 23 | 31 | 0 | 26 | 103 |
| Binary | 10111110 | 10011001 | 10011001 | 0 | 10011 | 10011 | 11001 | 0 | 10110 | 1000011 |
Color Harmonies of #BE9999
Complementary color
Monochromatic Colors of #BE9999
Black with #BE9999
Text Example
Text Example
White with #BE9999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9999; }
p { color: rgb(190,153,153); }
H1.HeaderClassName
{
color: #BE9999;
}
.AnyTagClassName
{
color: #BE9999;
}
</style>
background-color css
<style>
a { background-color: #BE9999; }
a { background-color: rgb(190,153,153); }
div.DivClassName
{
background-color: #BE9999;
}
.BgClassName
{
background-color: #BE9999;
}
</style>
border-color css
<style>
span { border-color: #BE9999; }
span { border-color: rgb(190,153,153); }
td.TdClassName
{
border-color: #BE9999;
}
.TagClassName
{
border-color: #BE9999;
}
</style>