Shades of Blush #B3586A
Tints of Blush #B3586A
RGB
CMYK
RGB Variations
Color information
#B3586A (or 0xB3586A) is known color: Blush. HEX triplet: B3, 58 and 6A. RGB value is (179,88,106). Sum of RGB (Red+Green+Blue) = 179+88+106=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 179 - color contains mainly: red. Hex color #B3586A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3586A is #4CA795. Grayscale: #757575. Windows color (decimal): -5023638 or 6969523. OLE color: 6969523.
HSL color Cylindrical-coordinate representation of color #B3586A: hue angle of 348.13º 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 #B3586A is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 88 | 106 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.30 |
| HSL | 348.13º | 0.37% | 0.52% | - |
| HSV(B) | 348.13º | 0.51% | 0.7% | - |
| XYZ | 24.68 | 17.6 | 15.73 | - |
| YUV | 117.26 | 121.65 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 88 | 106 | 0 | 0.51 | 0.41 | 0.30 | 348.13 | 0.37 | 0.52 |
| Hex | B3 | 58 | 6A | 0 | 33 | 29 | 1E | 15C | 25 | 34 |
| Octal | 263 | 130 | 152 | 0 | 63 | 51 | 36 | 534 | 45 | 64 |
| Binary | 10110011 | 1011000 | 1101010 | 0 | 110011 | 101001 | 11110 | 101011100 | 100101 | 110100 |
Color Harmonies of #B3586A
Complementary color
Monochromatic Colors of #B3586A
Black with #B3586A
Text Example
Text Example
White with #B3586A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3586A; }
p { color: rgb(179,88,106); }
H1.HeaderClassName
{
color: #B3586A;
}
.AnyTagClassName
{
color: #B3586A;
}
</style>
background-color css
<style>
a { background-color: #B3586A; }
a { background-color: rgb(179,88,106); }
div.DivClassName
{
background-color: #B3586A;
}
.BgClassName
{
background-color: #B3586A;
}
</style>
border-color css
<style>
span { border-color: #B3586A; }
span { border-color: rgb(179,88,106); }
td.TdClassName
{
border-color: #B3586A;
}
.TagClassName
{
border-color: #B3586A;
}
</style>