Shades of Blush #B65C68
Tints of Blush #B65C68
RGB
CMYK
RGB Variations
Color information
#B65C68 (or 0xB65C68) is known color: Blush. HEX triplet: B6, 5C and 68. RGB value is (182,92,104). Sum of RGB (Red+Green+Blue) = 182+92+104=378 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.15% from 378); Green value is 92 (36.33% from 255 or 24.34% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65C68 is #49A397. Grayscale: #787878. Windows color (decimal): -4826008 or 6839478. OLE color: 6839478.
HSL color Cylindrical-coordinate representation of color #B65C68: hue angle of 352º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B65C68 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 92 | 104 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.29 |
| HSL | 352º | 0.38% | 0.54% | - |
| HSV(B) | 352º | 0.49% | 0.71% | - |
| XYZ | 25.62 | 18.6 | 15.34 | - |
| YUV | 120.28 | 118.82 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 92 | 104 | 0 | 0.49 | 0.43 | 0.29 | 352 | 0.38 | 0.54 |
| Hex | B6 | 5C | 68 | 0 | 31 | 2B | 1D | 160 | 26 | 36 |
| Octal | 266 | 134 | 150 | 0 | 61 | 53 | 35 | 540 | 46 | 66 |
| Binary | 10110110 | 1011100 | 1101000 | 0 | 110001 | 101011 | 11101 | 101100000 | 100110 | 110110 |
Color Harmonies of #B65C68
Complementary color
Monochromatic Colors of #B65C68
Black with #B65C68
Text Example
Text Example
White with #B65C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65C68; }
p { color: rgb(182,92,104); }
H1.HeaderClassName
{
color: #B65C68;
}
.AnyTagClassName
{
color: #B65C68;
}
</style>
background-color css
<style>
a { background-color: #B65C68; }
a { background-color: rgb(182,92,104); }
div.DivClassName
{
background-color: #B65C68;
}
.BgClassName
{
background-color: #B65C68;
}
</style>
border-color css
<style>
span { border-color: #B65C68; }
span { border-color: rgb(182,92,104); }
td.TdClassName
{
border-color: #B65C68;
}
.TagClassName
{
border-color: #B65C68;
}
</style>