Shades of Rosy Brown #BE9292
Tints of Rosy Brown #BE9292
RGB
CMYK
RGB Variations
Color information
#BE9292 (or 0xBE9292) is known color: Rosy Brown. HEX triplet: BE, 92 and 92. RGB value is (190,146,146). Sum of RGB (Red+Green+Blue) = 190+146+146=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9292 is #416D6D. Grayscale: #9F9F9F. Windows color (decimal): -4287854 or 9605822. OLE color: 9605822.
HSL color Cylindrical-coordinate representation of color #BE9292: hue angle of 0º 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 #BE9292 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 146 | 146 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.25 |
| HSL | 0º | 0.25% | 0.66% | - |
| HSV(B) | 0º | 0.23% | 0.75% | - |
| XYZ | 36.7 | 33.58 | 31.74 | - |
| YUV | 159.16 | 120.58 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 146 | 146 | 0 | 0.23 | 0.23 | 0.25 | 0 | 0.25 | 0.66 |
| Hex | BE | 92 | 92 | 0 | 17 | 17 | 19 | 0 | 19 | 42 |
| Octal | 276 | 222 | 222 | 0 | 27 | 27 | 31 | 0 | 31 | 102 |
| Binary | 10111110 | 10010010 | 10010010 | 0 | 10111 | 10111 | 11001 | 0 | 11001 | 1000010 |
Color Harmonies of #BE9292
Complementary color
Monochromatic Colors of #BE9292
Black with #BE9292
Text Example
Text Example
White with #BE9292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9292; }
p { color: rgb(190,146,146); }
H1.HeaderClassName
{
color: #BE9292;
}
.AnyTagClassName
{
color: #BE9292;
}
</style>
background-color css
<style>
a { background-color: #BE9292; }
a { background-color: rgb(190,146,146); }
div.DivClassName
{
background-color: #BE9292;
}
.BgClassName
{
background-color: #BE9292;
}
</style>
border-color css
<style>
span { border-color: #BE9292; }
span { border-color: rgb(190,146,146); }
td.TdClassName
{
border-color: #BE9292;
}
.TagClassName
{
border-color: #BE9292;
}
</style>