Shades of Blush #B3566D
Tints of Blush #B3566D
RGB
CMYK
RGB Variations
Color information
#B3566D (or 0xB3566D) is known color: Blush. HEX triplet: B3, 56 and 6D. RGB value is (179,86,109). Sum of RGB (Red+Green+Blue) = 179+86+109=374 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.86% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 179 - color contains mainly: red. Hex color #B3566D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3566D is #4CA992. Grayscale: #747474. Windows color (decimal): -5024147 or 7165619. OLE color: 7165619.
HSL color Cylindrical-coordinate representation of color #B3566D: hue angle of 345.16º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B3566D is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 86 | 109 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.30 |
| HSL | 345.16º | 0.38% | 0.52% | - |
| HSV(B) | 345.16º | 0.52% | 0.7% | - |
| XYZ | 24.68 | 17.34 | 16.51 | - |
| YUV | 116.43 | 123.81 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 86 | 109 | 0 | 0.52 | 0.39 | 0.30 | 345.16 | 0.38 | 0.52 |
| Hex | B3 | 56 | 6D | 0 | 34 | 27 | 1E | 159 | 26 | 34 |
| Octal | 263 | 126 | 155 | 0 | 64 | 47 | 36 | 531 | 46 | 64 |
| Binary | 10110011 | 1010110 | 1101101 | 0 | 110100 | 100111 | 11110 | 101011001 | 100110 | 110100 |
Color Harmonies of #B3566D
Complementary color
Monochromatic Colors of #B3566D
Black with #B3566D
Text Example
Text Example
White with #B3566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3566D; }
p { color: rgb(179,86,109); }
H1.HeaderClassName
{
color: #B3566D;
}
.AnyTagClassName
{
color: #B3566D;
}
</style>
background-color css
<style>
a { background-color: #B3566D; }
a { background-color: rgb(179,86,109); }
div.DivClassName
{
background-color: #B3566D;
}
.BgClassName
{
background-color: #B3566D;
}
</style>
border-color css
<style>
span { border-color: #B3566D; }
span { border-color: rgb(179,86,109); }
td.TdClassName
{
border-color: #B3566D;
}
.TagClassName
{
border-color: #B3566D;
}
</style>