Shades of Blush #B65566
Tints of Blush #B65566
RGB
CMYK
RGB Variations
Color information
#B65566 (or 0xB65566) is known color: Blush. HEX triplet: B6, 55 and 66. RGB value is (182,85,102). Sum of RGB (Red+Green+Blue) = 182+85+102=369 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.32% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 182 - color contains mainly: red. Hex color #B65566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65566 is #49AA99. Grayscale: #737373. Windows color (decimal): -4827802 or 6706614. OLE color: 6706614.
HSL color Cylindrical-coordinate representation of color #B65566: hue angle of 349.48º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B65566 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 85 | 102 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.29 |
| HSL | 349.48º | 0.4% | 0.52% | - |
| HSV(B) | 349.48º | 0.53% | 0.71% | - |
| XYZ | 24.94 | 17.4 | 14.61 | - |
| YUV | 115.94 | 120.14 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 85 | 102 | 0 | 0.53 | 0.44 | 0.29 | 349.48 | 0.4 | 0.52 |
| Hex | B6 | 55 | 66 | 0 | 35 | 2C | 1D | 15D | 28 | 34 |
| Octal | 266 | 125 | 146 | 0 | 65 | 54 | 35 | 535 | 50 | 64 |
| Binary | 10110110 | 1010101 | 1100110 | 0 | 110101 | 101100 | 11101 | 101011101 | 101000 | 110100 |
Color Harmonies of #B65566
Complementary color
Monochromatic Colors of #B65566
Black with #B65566
Text Example
Text Example
White with #B65566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65566; }
p { color: rgb(182,85,102); }
H1.HeaderClassName
{
color: #B65566;
}
.AnyTagClassName
{
color: #B65566;
}
</style>
background-color css
<style>
a { background-color: #B65566; }
a { background-color: rgb(182,85,102); }
div.DivClassName
{
background-color: #B65566;
}
.BgClassName
{
background-color: #B65566;
}
</style>
border-color css
<style>
span { border-color: #B65566; }
span { border-color: rgb(182,85,102); }
td.TdClassName
{
border-color: #B65566;
}
.TagClassName
{
border-color: #B65566;
}
</style>