Shades of Rosy Brown #BE8A8A
Tints of Rosy Brown #BE8A8A
RGB
CMYK
RGB Variations
Color information
#BE8A8A (or 0xBE8A8A) is known color: Rosy Brown. HEX triplet: BE, 8A and 8A. RGB value is (190,138,138). Sum of RGB (Red+Green+Blue) = 190+138+138=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8A8A is #417575. Grayscale: #999999. Windows color (decimal): -4289910 or 9079486. OLE color: 9079486.
HSL color Cylindrical-coordinate representation of color #BE8A8A: hue angle of 0º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BE8A8A is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 138 | 138 | - |
| CMYK | 0 | 0.27 | 0.27 | 0.25 |
| HSL | 0º | 0.29% | 0.64% | - |
| HSV(B) | 0º | 0.27% | 0.75% | - |
| XYZ | 34.91 | 30.96 | 28.18 | - |
| YUV | 153.55 | 119.23 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 138 | 138 | 0 | 0.27 | 0.27 | 0.25 | 0 | 0.29 | 0.64 |
| Hex | BE | 8A | 8A | 0 | 1B | 1B | 19 | 0 | 1D | 40 |
| Octal | 276 | 212 | 212 | 0 | 33 | 33 | 31 | 0 | 35 | 100 |
| Binary | 10111110 | 10001010 | 10001010 | 0 | 11011 | 11011 | 11001 | 0 | 11101 | 1000000 |
Color Harmonies of #BE8A8A
Complementary color
Monochromatic Colors of #BE8A8A
Black with #BE8A8A
Text Example
Text Example
White with #BE8A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8A8A; }
p { color: rgb(190,138,138); }
H1.HeaderClassName
{
color: #BE8A8A;
}
.AnyTagClassName
{
color: #BE8A8A;
}
</style>
background-color css
<style>
a { background-color: #BE8A8A; }
a { background-color: rgb(190,138,138); }
div.DivClassName
{
background-color: #BE8A8A;
}
.BgClassName
{
background-color: #BE8A8A;
}
</style>
border-color css
<style>
span { border-color: #BE8A8A; }
span { border-color: rgb(190,138,138); }
td.TdClassName
{
border-color: #BE8A8A;
}
.TagClassName
{
border-color: #BE8A8A;
}
</style>