Shades of Blush #B64C6B
Tints of Blush #B64C6B
RGB
CMYK
RGB Variations
Color information
#B64C6B (or 0xB64C6B) is known color: Blush. HEX triplet: B6, 4C and 6B. RGB value is (182,76,107). Sum of RGB (Red+Green+Blue) = 182+76+107=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64C6B is #49B394. Grayscale: #6F6F6F. Windows color (decimal): -4830101 or 7031990. OLE color: 7031990.
HSL color Cylindrical-coordinate representation of color #B64C6B: hue angle of 342.45º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B64C6B is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 76 | 107 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.29 |
| HSL | 342.45º | 0.42% | 0.51% | - |
| HSV(B) | 342.45º | 0.58% | 0.71% | - |
| XYZ | 24.53 | 16.18 | 15.74 | - |
| YUV | 111.23 | 125.62 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 76 | 107 | 0 | 0.58 | 0.41 | 0.29 | 342.45 | 0.42 | 0.51 |
| Hex | B6 | 4C | 6B | 0 | 3A | 29 | 1D | 156 | 2A | 33 |
| Octal | 266 | 114 | 153 | 0 | 72 | 51 | 35 | 526 | 52 | 63 |
| Binary | 10110110 | 1001100 | 1101011 | 0 | 111010 | 101001 | 11101 | 101010110 | 101010 | 110011 |
Color Harmonies of #B64C6B
Complementary color
Monochromatic Colors of #B64C6B
Black with #B64C6B
Text Example
Text Example
White with #B64C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64C6B; }
p { color: rgb(182,76,107); }
H1.HeaderClassName
{
color: #B64C6B;
}
.AnyTagClassName
{
color: #B64C6B;
}
</style>
background-color css
<style>
a { background-color: #B64C6B; }
a { background-color: rgb(182,76,107); }
div.DivClassName
{
background-color: #B64C6B;
}
.BgClassName
{
background-color: #B64C6B;
}
</style>
border-color css
<style>
span { border-color: #B64C6B; }
span { border-color: rgb(182,76,107); }
td.TdClassName
{
border-color: #B64C6B;
}
.TagClassName
{
border-color: #B64C6B;
}
</style>