Shades of Blush #B65666
Tints of Blush #B65666
RGB
CMYK
RGB Variations
Color information
#B65666 (or 0xB65666) is known color: Blush. HEX triplet: B6, 56 and 66. RGB value is (182,86,102). Sum of RGB (Red+Green+Blue) = 182+86+102=370 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.19% from 370); Green value is 86 (33.98% from 255 or 23.24% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 182 - color contains mainly: red. Hex color #B65666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65666 is #49A999. Grayscale: #747474. Windows color (decimal): -4827546 or 6706870. OLE color: 6706870.
HSL color Cylindrical-coordinate representation of color #B65666: hue angle of 350º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B65666 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 86 | 102 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.29 |
| HSL | 350º | 0.4% | 0.53% | - |
| HSV(B) | 350º | 0.53% | 0.71% | - |
| XYZ | 25.02 | 17.56 | 14.64 | - |
| YUV | 116.53 | 119.8 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 86 | 102 | 0 | 0.53 | 0.44 | 0.29 | 350 | 0.4 | 0.53 |
| Hex | B6 | 56 | 66 | 0 | 35 | 2C | 1D | 15E | 28 | 35 |
| Octal | 266 | 126 | 146 | 0 | 65 | 54 | 35 | 536 | 50 | 65 |
| Binary | 10110110 | 1010110 | 1100110 | 0 | 110101 | 101100 | 11101 | 101011110 | 101000 | 110101 |
Color Harmonies of #B65666
Complementary color
Monochromatic Colors of #B65666
Black with #B65666
Text Example
Text Example
White with #B65666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65666; }
p { color: rgb(182,86,102); }
H1.HeaderClassName
{
color: #B65666;
}
.AnyTagClassName
{
color: #B65666;
}
</style>
background-color css
<style>
a { background-color: #B65666; }
a { background-color: rgb(182,86,102); }
div.DivClassName
{
background-color: #B65666;
}
.BgClassName
{
background-color: #B65666;
}
</style>
border-color css
<style>
span { border-color: #B65666; }
span { border-color: rgb(182,86,102); }
td.TdClassName
{
border-color: #B65666;
}
.TagClassName
{
border-color: #B65666;
}
</style>