Shades of Blush #B35E64
Tints of Blush #B35E64
RGB
CMYK
RGB Variations
Color information
#B35E64 (or 0xB35E64) is known color: Blush. HEX triplet: B3, 5E and 64. RGB value is (179,94,100). Sum of RGB (Red+Green+Blue) = 179+94+100=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35E64 is #4CA19B. Grayscale: #787878. Windows color (decimal): -5022108 or 6577843. OLE color: 6577843.
HSL color Cylindrical-coordinate representation of color #B35E64: hue angle of 355.76º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B35E64 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 94 | 100 | - |
| CMYK | 0 | 0.47 | 0.44 | 0.30 |
| HSL | 355.76º | 0.36% | 0.54% | - |
| HSV(B) | 355.76º | 0.47% | 0.7% | - |
| XYZ | 24.89 | 18.51 | 14.32 | - |
| YUV | 120.1 | 116.66 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 94 | 100 | 0 | 0.47 | 0.44 | 0.30 | 355.76 | 0.36 | 0.54 |
| Hex | B3 | 5E | 64 | 0 | 2F | 2C | 1E | 164 | 24 | 36 |
| Octal | 263 | 136 | 144 | 0 | 57 | 54 | 36 | 544 | 44 | 66 |
| Binary | 10110011 | 1011110 | 1100100 | 0 | 101111 | 101100 | 11110 | 101100100 | 100100 | 110110 |
Color Harmonies of #B35E64
Complementary color
Monochromatic Colors of #B35E64
Black with #B35E64
Text Example
Text Example
White with #B35E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35E64; }
p { color: rgb(179,94,100); }
H1.HeaderClassName
{
color: #B35E64;
}
.AnyTagClassName
{
color: #B35E64;
}
</style>
background-color css
<style>
a { background-color: #B35E64; }
a { background-color: rgb(179,94,100); }
div.DivClassName
{
background-color: #B35E64;
}
.BgClassName
{
background-color: #B35E64;
}
</style>
border-color css
<style>
span { border-color: #B35E64; }
span { border-color: rgb(179,94,100); }
td.TdClassName
{
border-color: #B35E64;
}
.TagClassName
{
border-color: #B35E64;
}
</style>