Shades of Blush #B35A70
Tints of Blush #B35A70
RGB
CMYK
RGB Variations
Color information
#B35A70 (or 0xB35A70) is known color: Blush. HEX triplet: B3, 5A and 70. RGB value is (179,90,112). Sum of RGB (Red+Green+Blue) = 179+90+112=381 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.98% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 179 - color contains mainly: red. Hex color #B35A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35A70 is #4CA58F. Grayscale: #777777. Windows color (decimal): -5023120 or 7363251. OLE color: 7363251.
HSL color Cylindrical-coordinate representation of color #B35A70: hue angle of 345.17º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B35A70 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 90 | 112 | - |
| CMYK | 0 | 0.50 | 0.37 | 0.30 |
| HSL | 345.17º | 0.37% | 0.53% | - |
| HSV(B) | 345.17º | 0.5% | 0.7% | - |
| XYZ | 25.17 | 18.07 | 17.49 | - |
| YUV | 119.12 | 123.99 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 90 | 112 | 0 | 0.50 | 0.37 | 0.30 | 345.17 | 0.37 | 0.53 |
| Hex | B3 | 5A | 70 | 0 | 32 | 25 | 1E | 159 | 25 | 35 |
| Octal | 263 | 132 | 160 | 0 | 62 | 45 | 36 | 531 | 45 | 65 |
| Binary | 10110011 | 1011010 | 1110000 | 0 | 110010 | 100101 | 11110 | 101011001 | 100101 | 110101 |
Color Harmonies of #B35A70
Complementary color
Monochromatic Colors of #B35A70
Black with #B35A70
Text Example
Text Example
White with #B35A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35A70; }
p { color: rgb(179,90,112); }
H1.HeaderClassName
{
color: #B35A70;
}
.AnyTagClassName
{
color: #B35A70;
}
</style>
background-color css
<style>
a { background-color: #B35A70; }
a { background-color: rgb(179,90,112); }
div.DivClassName
{
background-color: #B35A70;
}
.BgClassName
{
background-color: #B35A70;
}
</style>
border-color css
<style>
span { border-color: #B35A70; }
span { border-color: rgb(179,90,112); }
td.TdClassName
{
border-color: #B35A70;
}
.TagClassName
{
border-color: #B35A70;
}
</style>