Shades of Blush #B2606D
Tints of Blush #B2606D
RGB
CMYK
RGB Variations
Color information
#B2606D (or 0xB2606D) is known color: Blush. HEX triplet: B2, 60 and 6D. RGB value is (178,96,109). Sum of RGB (Red+Green+Blue) = 178+96+109=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 178 - color contains mainly: red. Hex color #B2606D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2606D is #4D9F92. Grayscale: #7A7A7A. Windows color (decimal): -5087123 or 7168178. OLE color: 7168178.
HSL color Cylindrical-coordinate representation of color #B2606D: hue angle of 350.49º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B2606D is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 96 | 109 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.30 |
| HSL | 350.49º | 0.35% | 0.54% | - |
| HSV(B) | 350.49º | 0.46% | 0.7% | - |
| XYZ | 25.3 | 18.93 | 16.79 | - |
| YUV | 122 | 120.67 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 96 | 109 | 0 | 0.46 | 0.39 | 0.30 | 350.49 | 0.35 | 0.54 |
| Hex | B2 | 60 | 6D | 0 | 2E | 27 | 1E | 15E | 23 | 36 |
| Octal | 262 | 140 | 155 | 0 | 56 | 47 | 36 | 536 | 43 | 66 |
| Binary | 10110010 | 1100000 | 1101101 | 0 | 101110 | 100111 | 11110 | 101011110 | 100011 | 110110 |
Color Harmonies of #B2606D
Complementary color
Monochromatic Colors of #B2606D
Black with #B2606D
Text Example
Text Example
White with #B2606D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2606D; }
p { color: rgb(178,96,109); }
H1.HeaderClassName
{
color: #B2606D;
}
.AnyTagClassName
{
color: #B2606D;
}
</style>
background-color css
<style>
a { background-color: #B2606D; }
a { background-color: rgb(178,96,109); }
div.DivClassName
{
background-color: #B2606D;
}
.BgClassName
{
background-color: #B2606D;
}
</style>
border-color css
<style>
span { border-color: #B2606D; }
span { border-color: rgb(178,96,109); }
td.TdClassName
{
border-color: #B2606D;
}
.TagClassName
{
border-color: #B2606D;
}
</style>