Shades of Blush #B3586D
Tints of Blush #B3586D
RGB
CMYK
RGB Variations
Color information
#B3586D (or 0xB3586D) is known color: Blush. HEX triplet: B3, 58 and 6D. RGB value is (179,88,109). Sum of RGB (Red+Green+Blue) = 179+88+109=376 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.61% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 179 - color contains mainly: red. Hex color #B3586D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3586D is #4CA792. Grayscale: #757575. Windows color (decimal): -5023635 or 7166131. OLE color: 7166131.
HSL color Cylindrical-coordinate representation of color #B3586D: hue angle of 346.15º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B3586D is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 88 | 109 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.30 |
| HSL | 346.15º | 0.37% | 0.52% | - |
| HSV(B) | 346.15º | 0.51% | 0.7% | - |
| XYZ | 24.84 | 17.67 | 16.57 | - |
| YUV | 117.6 | 123.15 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 88 | 109 | 0 | 0.51 | 0.39 | 0.30 | 346.15 | 0.37 | 0.52 |
| Hex | B3 | 58 | 6D | 0 | 33 | 27 | 1E | 15A | 25 | 34 |
| Octal | 263 | 130 | 155 | 0 | 63 | 47 | 36 | 532 | 45 | 64 |
| Binary | 10110011 | 1011000 | 1101101 | 0 | 110011 | 100111 | 11110 | 101011010 | 100101 | 110100 |
Color Harmonies of #B3586D
Complementary color
Monochromatic Colors of #B3586D
Black with #B3586D
Text Example
Text Example
White with #B3586D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3586D; }
p { color: rgb(179,88,109); }
H1.HeaderClassName
{
color: #B3586D;
}
.AnyTagClassName
{
color: #B3586D;
}
</style>
background-color css
<style>
a { background-color: #B3586D; }
a { background-color: rgb(179,88,109); }
div.DivClassName
{
background-color: #B3586D;
}
.BgClassName
{
background-color: #B3586D;
}
</style>
border-color css
<style>
span { border-color: #B3586D; }
span { border-color: rgb(179,88,109); }
td.TdClassName
{
border-color: #B3586D;
}
.TagClassName
{
border-color: #B3586D;
}
</style>