Shades of Blush #B35C73
Tints of Blush #B35C73
RGB
CMYK
RGB Variations
Color information
#B35C73 (or 0xB35C73) is known color: Blush. HEX triplet: B3, 5C and 73. RGB value is (179,92,115). Sum of RGB (Red+Green+Blue) = 179+92+115=386 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.37% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 179 - color contains mainly: red. Hex color #B35C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35C73 is #4CA38C. Grayscale: #787878. Windows color (decimal): -5022605 or 7560371. OLE color: 7560371.
HSL color Cylindrical-coordinate representation of color #B35C73: hue angle of 344.14º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B35C73 is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 92 | 115 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.30 |
| HSL | 344.14º | 0.36% | 0.53% | - |
| HSV(B) | 344.14º | 0.49% | 0.7% | - |
| XYZ | 25.51 | 18.48 | 18.44 | - |
| YUV | 120.64 | 124.82 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 92 | 115 | 0 | 0.49 | 0.36 | 0.30 | 344.14 | 0.36 | 0.53 |
| Hex | B3 | 5C | 73 | 0 | 31 | 24 | 1E | 158 | 24 | 35 |
| Octal | 263 | 134 | 163 | 0 | 61 | 44 | 36 | 530 | 44 | 65 |
| Binary | 10110011 | 1011100 | 1110011 | 0 | 110001 | 100100 | 11110 | 101011000 | 100100 | 110101 |
Color Harmonies of #B35C73
Complementary color
Monochromatic Colors of #B35C73
Black with #B35C73
Text Example
Text Example
White with #B35C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35C73; }
p { color: rgb(179,92,115); }
H1.HeaderClassName
{
color: #B35C73;
}
.AnyTagClassName
{
color: #B35C73;
}
</style>
background-color css
<style>
a { background-color: #B35C73; }
a { background-color: rgb(179,92,115); }
div.DivClassName
{
background-color: #B35C73;
}
.BgClassName
{
background-color: #B35C73;
}
</style>
border-color css
<style>
span { border-color: #B35C73; }
span { border-color: rgb(179,92,115); }
td.TdClassName
{
border-color: #B35C73;
}
.TagClassName
{
border-color: #B35C73;
}
</style>