Shades of Rosy Brown #BE9392
Tints of Rosy Brown #BE9392
RGB
CMYK
RGB Variations
Color information
#BE9392 (or 0xBE9392) is known color: Rosy Brown. HEX triplet: BE, 93 and 92. RGB value is (190,147,146). Sum of RGB (Red+Green+Blue) = 190+147+146=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 147 (57.81% from 255 or 30.43% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9392 is #416C6D. Grayscale: #9F9F9F. Windows color (decimal): -4287598 or 9606078. OLE color: 9606078.
HSL color Cylindrical-coordinate representation of color #BE9392: hue angle of 1.36º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BE9392 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 147 | 146 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.25 |
| HSL | 1.36º | 0.25% | 0.66% | - |
| HSV(B) | 1.36º | 0.23% | 0.75% | - |
| XYZ | 36.86 | 33.89 | 31.79 | - |
| YUV | 159.74 | 120.25 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 147 | 146 | 0 | 0.23 | 0.23 | 0.25 | 1.36 | 0.25 | 0.66 |
| Hex | BE | 93 | 92 | 0 | 17 | 17 | 19 | 1 | 19 | 42 |
| Octal | 276 | 223 | 222 | 0 | 27 | 27 | 31 | 1 | 31 | 102 |
| Binary | 10111110 | 10010011 | 10010010 | 0 | 10111 | 10111 | 11001 | 1 | 11001 | 1000010 |
Color Harmonies of #BE9392
Complementary color
Monochromatic Colors of #BE9392
Black with #BE9392
Text Example
Text Example
White with #BE9392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9392; }
p { color: rgb(190,147,146); }
H1.HeaderClassName
{
color: #BE9392;
}
.AnyTagClassName
{
color: #BE9392;
}
</style>
background-color css
<style>
a { background-color: #BE9392; }
a { background-color: rgb(190,147,146); }
div.DivClassName
{
background-color: #BE9392;
}
.BgClassName
{
background-color: #BE9392;
}
</style>
border-color css
<style>
span { border-color: #BE9392; }
span { border-color: rgb(190,147,146); }
td.TdClassName
{
border-color: #BE9392;
}
.TagClassName
{
border-color: #BE9392;
}
</style>