Shades of Old Rose #BE434D
Tints of Old Rose #BE434D
RGB
CMYK
RGB Variations
Color information
#BE434D (or 0xBE434D) is known color: Old Rose. HEX triplet: BE, 43 and 4D. RGB value is (190,67,77). Sum of RGB (Red+Green+Blue) = 190+67+77=334 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.89% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 190 - color contains mainly: red. Hex color #BE434D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE434D is #41BCB2. Grayscale: #696969. Windows color (decimal): -4308147 or 5063614. OLE color: 5063614.
HSL color Cylindrical-coordinate representation of color #BE434D: hue angle of 355.12º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE434D is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 67 | 77 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.25 |
| HSL | 355.12º | 0.49% | 0.5% | - |
| HSV(B) | 355.12º | 0.65% | 0.75% | - |
| XYZ | 24.58 | 15.5 | 8.72 | - |
| YUV | 104.92 | 112.25 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 67 | 77 | 0 | 0.65 | 0.59 | 0.25 | 355.12 | 0.49 | 0.5 |
| Hex | BE | 43 | 4D | 0 | 41 | 3B | 19 | 163 | 31 | 32 |
| Octal | 276 | 103 | 115 | 0 | 101 | 73 | 31 | 543 | 61 | 62 |
| Binary | 10111110 | 1000011 | 1001101 | 0 | 1000001 | 111011 | 11001 | 101100011 | 110001 | 110010 |
Color Harmonies of #BE434D
Complementary color
Monochromatic Colors of #BE434D
Black with #BE434D
Text Example
Text Example
White with #BE434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE434D; }
p { color: rgb(190,67,77); }
H1.HeaderClassName
{
color: #BE434D;
}
.AnyTagClassName
{
color: #BE434D;
}
</style>
background-color css
<style>
a { background-color: #BE434D; }
a { background-color: rgb(190,67,77); }
div.DivClassName
{
background-color: #BE434D;
}
.BgClassName
{
background-color: #BE434D;
}
</style>
border-color css
<style>
span { border-color: #BE434D; }
span { border-color: rgb(190,67,77); }
td.TdClassName
{
border-color: #BE434D;
}
.TagClassName
{
border-color: #BE434D;
}
</style>