Shades of Blush #BE656B
Tints of Blush #BE656B
RGB
CMYK
RGB Variations
Color information
#BE656B (or 0xBE656B) is known color: Blush. HEX triplet: BE, 65 and 6B. RGB value is (190,101,107). Sum of RGB (Red+Green+Blue) = 190+101+107=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 107 (42.19% from 255 or 26.88% from 398); Max value from RGB is 190 - color contains mainly: red. Hex color #BE656B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE656B is #419A94. Grayscale: #808080. Windows color (decimal): -4299413 or 7038398. OLE color: 7038398.
HSL color Cylindrical-coordinate representation of color #BE656B: hue angle of 355.96º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE656B is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 101 | 107 | - |
| CMYK | 0 | 0.47 | 0.44 | 0.25 |
| HSL | 355.96º | 0.41% | 0.57% | - |
| HSV(B) | 355.96º | 0.47% | 0.75% | - |
| XYZ | 28.54 | 21.32 | 16.52 | - |
| YUV | 128.3 | 115.99 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 101 | 107 | 0 | 0.47 | 0.44 | 0.25 | 355.96 | 0.41 | 0.57 |
| Hex | BE | 65 | 6B | 0 | 2F | 2C | 19 | 164 | 29 | 39 |
| Octal | 276 | 145 | 153 | 0 | 57 | 54 | 31 | 544 | 51 | 71 |
| Binary | 10111110 | 1100101 | 1101011 | 0 | 101111 | 101100 | 11001 | 101100100 | 101001 | 111001 |
Color Harmonies of #BE656B
Complementary color
Monochromatic Colors of #BE656B
Black with #BE656B
Text Example
Text Example
White with #BE656B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE656B; }
p { color: rgb(190,101,107); }
H1.HeaderClassName
{
color: #BE656B;
}
.AnyTagClassName
{
color: #BE656B;
}
</style>
background-color css
<style>
a { background-color: #BE656B; }
a { background-color: rgb(190,101,107); }
div.DivClassName
{
background-color: #BE656B;
}
.BgClassName
{
background-color: #BE656B;
}
</style>
border-color css
<style>
span { border-color: #BE656B; }
span { border-color: rgb(190,101,107); }
td.TdClassName
{
border-color: #BE656B;
}
.TagClassName
{
border-color: #BE656B;
}
</style>