Shades of Blush #B35D5F
Tints of Blush #B35D5F
RGB
CMYK
RGB Variations
Color information
#B35D5F (or 0xB35D5F) is known color: Blush. HEX triplet: B3, 5D and 5F. RGB value is (179,93,95). Sum of RGB (Red+Green+Blue) = 179+93+95=367 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.77% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 179 - color contains mainly: red. Hex color #B35D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35D5F is #4CA2A0. Grayscale: #777777. Windows color (decimal): -5022369 or 6249907. OLE color: 6249907.
HSL color Cylindrical-coordinate representation of color #B35D5F: hue angle of 358.6º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B35D5F is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 93 | 95 | - |
| CMYK | 0 | 0.48 | 0.47 | 0.30 |
| HSL | 358.6º | 0.36% | 0.53% | - |
| HSV(B) | 358.6º | 0.48% | 0.7% | - |
| XYZ | 24.57 | 18.24 | 13.05 | - |
| YUV | 118.94 | 114.49 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 93 | 95 | 0 | 0.48 | 0.47 | 0.30 | 358.6 | 0.36 | 0.53 |
| Hex | B3 | 5D | 5F | 0 | 30 | 2F | 1E | 167 | 24 | 35 |
| Octal | 263 | 135 | 137 | 0 | 60 | 57 | 36 | 547 | 44 | 65 |
| Binary | 10110011 | 1011101 | 1011111 | 0 | 110000 | 101111 | 11110 | 101100111 | 100100 | 110101 |
Color Harmonies of #B35D5F
Complementary color
Monochromatic Colors of #B35D5F
Black with #B35D5F
Text Example
Text Example
White with #B35D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35D5F; }
p { color: rgb(179,93,95); }
H1.HeaderClassName
{
color: #B35D5F;
}
.AnyTagClassName
{
color: #B35D5F;
}
</style>
background-color css
<style>
a { background-color: #B35D5F; }
a { background-color: rgb(179,93,95); }
div.DivClassName
{
background-color: #B35D5F;
}
.BgClassName
{
background-color: #B35D5F;
}
</style>
border-color css
<style>
span { border-color: #B35D5F; }
span { border-color: rgb(179,93,95); }
td.TdClassName
{
border-color: #B35D5F;
}
.TagClassName
{
border-color: #B35D5F;
}
</style>