Shades of Blush #B65266
Tints of Blush #B65266
RGB
CMYK
RGB Variations
Color information
#B65266 (or 0xB65266) is known color: Blush. HEX triplet: B6, 52 and 66. RGB value is (182,82,102). Sum of RGB (Red+Green+Blue) = 182+82+102=366 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.73% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 102 (40.23% from 255 or 27.87% from 366); Max value from RGB is 182 - color contains mainly: red. Hex color #B65266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65266 is #49AD99. Grayscale: #727272. Windows color (decimal): -4828570 or 6705846. OLE color: 6705846.
HSL color Cylindrical-coordinate representation of color #B65266: hue angle of 348º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B65266 is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 82 | 102 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.29 |
| HSL | 348º | 0.41% | 0.52% | - |
| HSV(B) | 348º | 0.55% | 0.71% | - |
| XYZ | 24.71 | 16.94 | 14.54 | - |
| YUV | 114.18 | 121.13 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 82 | 102 | 0 | 0.55 | 0.44 | 0.29 | 348 | 0.41 | 0.52 |
| Hex | B6 | 52 | 66 | 0 | 37 | 2C | 1D | 15C | 29 | 34 |
| Octal | 266 | 122 | 146 | 0 | 67 | 54 | 35 | 534 | 51 | 64 |
| Binary | 10110110 | 1010010 | 1100110 | 0 | 110111 | 101100 | 11101 | 101011100 | 101001 | 110100 |
Color Harmonies of #B65266
Complementary color
Monochromatic Colors of #B65266
Black with #B65266
Text Example
Text Example
White with #B65266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65266; }
p { color: rgb(182,82,102); }
H1.HeaderClassName
{
color: #B65266;
}
.AnyTagClassName
{
color: #B65266;
}
</style>
background-color css
<style>
a { background-color: #B65266; }
a { background-color: rgb(182,82,102); }
div.DivClassName
{
background-color: #B65266;
}
.BgClassName
{
background-color: #B65266;
}
</style>
border-color css
<style>
span { border-color: #B65266; }
span { border-color: rgb(182,82,102); }
td.TdClassName
{
border-color: #B65266;
}
.TagClassName
{
border-color: #B65266;
}
</style>