Shades of Blush #B2566C
Tints of Blush #B2566C
RGB
CMYK
RGB Variations
Color information
#B2566C (or 0xB2566C) is known color: Blush. HEX triplet: B2, 56 and 6C. RGB value is (178,86,108). Sum of RGB (Red+Green+Blue) = 178+86+108=372 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.85% from 372); Green value is 86 (33.98% from 255 or 23.12% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 178 - color contains mainly: red. Hex color #B2566C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2566C is #4DA993. Grayscale: #747474. Windows color (decimal): -5089684 or 7100082. OLE color: 7100082.
HSL color Cylindrical-coordinate representation of color #B2566C: hue angle of 345.65º degrees, saturation: 0.37, 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 #B2566C is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 86 | 108 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.30 |
| HSL | 345.65º | 0.37% | 0.52% | - |
| HSV(B) | 345.65º | 0.52% | 0.7% | - |
| XYZ | 24.39 | 17.2 | 16.22 | - |
| YUV | 116.02 | 123.48 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 86 | 108 | 0 | 0.52 | 0.39 | 0.30 | 345.65 | 0.37 | 0.52 |
| Hex | B2 | 56 | 6C | 0 | 34 | 27 | 1E | 15A | 25 | 34 |
| Octal | 262 | 126 | 154 | 0 | 64 | 47 | 36 | 532 | 45 | 64 |
| Binary | 10110010 | 1010110 | 1101100 | 0 | 110100 | 100111 | 11110 | 101011010 | 100101 | 110100 |
Color Harmonies of #B2566C
Complementary color
Monochromatic Colors of #B2566C
Black with #B2566C
Text Example
Text Example
White with #B2566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2566C; }
p { color: rgb(178,86,108); }
H1.HeaderClassName
{
color: #B2566C;
}
.AnyTagClassName
{
color: #B2566C;
}
</style>
background-color css
<style>
a { background-color: #B2566C; }
a { background-color: rgb(178,86,108); }
div.DivClassName
{
background-color: #B2566C;
}
.BgClassName
{
background-color: #B2566C;
}
</style>
border-color css
<style>
span { border-color: #B2566C; }
span { border-color: rgb(178,86,108); }
td.TdClassName
{
border-color: #B2566C;
}
.TagClassName
{
border-color: #B2566C;
}
</style>