Shades of Rosy Brown #BE9C99
Tints of Rosy Brown #BE9C99
RGB
CMYK
RGB Variations
Color information
#BE9C99 (or 0xBE9C99) is known color: Rosy Brown. HEX triplet: BE, 9C and 99. RGB value is (190,156,153). Sum of RGB (Red+Green+Blue) = 190+156+153=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9C99 is #416366. Grayscale: #A5A5A5. Windows color (decimal): -4285287 or 10067134. OLE color: 10067134.
HSL color Cylindrical-coordinate representation of color #BE9C99: hue angle of 4.86º 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 #BE9C99 is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 156 | 153 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.25 |
| HSL | 4.86º | 0.22% | 0.67% | - |
| HSV(B) | 4.86º | 0.19% | 0.75% | - |
| XYZ | 38.87 | 37.02 | 35.23 | - |
| YUV | 165.82 | 120.76 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 156 | 153 | 0 | 0.18 | 0.19 | 0.25 | 4.86 | 0.22 | 0.67 |
| Hex | BE | 9C | 99 | 0 | 12 | 13 | 19 | 5 | 16 | 43 |
| Octal | 276 | 234 | 231 | 0 | 22 | 23 | 31 | 5 | 26 | 103 |
| Binary | 10111110 | 10011100 | 10011001 | 0 | 10010 | 10011 | 11001 | 101 | 10110 | 1000011 |
Color Harmonies of #BE9C99
Complementary color
Monochromatic Colors of #BE9C99
Black with #BE9C99
Text Example
Text Example
White with #BE9C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9C99; }
p { color: rgb(190,156,153); }
H1.HeaderClassName
{
color: #BE9C99;
}
.AnyTagClassName
{
color: #BE9C99;
}
</style>
background-color css
<style>
a { background-color: #BE9C99; }
a { background-color: rgb(190,156,153); }
div.DivClassName
{
background-color: #BE9C99;
}
.BgClassName
{
background-color: #BE9C99;
}
</style>
border-color css
<style>
span { border-color: #BE9C99; }
span { border-color: rgb(190,156,153); }
td.TdClassName
{
border-color: #BE9C99;
}
.TagClassName
{
border-color: #BE9C99;
}
</style>