Shades of Blush #B64F68
Tints of Blush #B64F68
RGB
CMYK
RGB Variations
Color information
#B64F68 (or 0xB64F68) is known color: Blush. HEX triplet: B6, 4F and 68. RGB value is (182,79,104). Sum of RGB (Red+Green+Blue) = 182+79+104=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B64F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B64F68 is #49B097. Grayscale: #707070. Windows color (decimal): -4829336 or 6836150. OLE color: 6836150.
HSL color Cylindrical-coordinate representation of color #B64F68: hue angle of 345.44º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B64F68 is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 79 | 104 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.29 |
| HSL | 345.44º | 0.41% | 0.51% | - |
| HSV(B) | 345.44º | 0.57% | 0.71% | - |
| XYZ | 24.59 | 16.54 | 14.99 | - |
| YUV | 112.65 | 123.12 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 79 | 104 | 0 | 0.57 | 0.43 | 0.29 | 345.44 | 0.41 | 0.51 |
| Hex | B6 | 4F | 68 | 0 | 39 | 2B | 1D | 159 | 29 | 33 |
| Octal | 266 | 117 | 150 | 0 | 71 | 53 | 35 | 531 | 51 | 63 |
| Binary | 10110110 | 1001111 | 1101000 | 0 | 111001 | 101011 | 11101 | 101011001 | 101001 | 110011 |
Color Harmonies of #B64F68
Complementary color
Monochromatic Colors of #B64F68
Black with #B64F68
Text Example
Text Example
White with #B64F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64F68; }
p { color: rgb(182,79,104); }
H1.HeaderClassName
{
color: #B64F68;
}
.AnyTagClassName
{
color: #B64F68;
}
</style>
background-color css
<style>
a { background-color: #B64F68; }
a { background-color: rgb(182,79,104); }
div.DivClassName
{
background-color: #B64F68;
}
.BgClassName
{
background-color: #B64F68;
}
</style>
border-color css
<style>
span { border-color: #B64F68; }
span { border-color: rgb(182,79,104); }
td.TdClassName
{
border-color: #B64F68;
}
.TagClassName
{
border-color: #B64F68;
}
</style>