Shades of Blush #B6515C
Tints of Blush #B6515C
RGB
CMYK
RGB Variations
Color information
#B6515C (or 0xB6515C) is known color: Blush. HEX triplet: B6, 51 and 5C. RGB value is (182,81,92). Sum of RGB (Red+Green+Blue) = 182+81+92=355 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.27% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 182 - color contains mainly: red. Hex color #B6515C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6515C is #49AEA3. Grayscale: #707070. Windows color (decimal): -4828836 or 6050230. OLE color: 6050230.
HSL color Cylindrical-coordinate representation of color #B6515C: hue angle of 353.47º 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 #B6515C is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 81 | 92 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.29 |
| HSL | 353.47º | 0.41% | 0.52% | - |
| HSV(B) | 353.47º | 0.55% | 0.71% | - |
| XYZ | 24.17 | 16.6 | 12.06 | - |
| YUV | 112.45 | 116.46 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 81 | 92 | 0 | 0.55 | 0.49 | 0.29 | 353.47 | 0.41 | 0.52 |
| Hex | B6 | 51 | 5C | 0 | 37 | 31 | 1D | 161 | 29 | 34 |
| Octal | 266 | 121 | 134 | 0 | 67 | 61 | 35 | 541 | 51 | 64 |
| Binary | 10110110 | 1010001 | 1011100 | 0 | 110111 | 110001 | 11101 | 101100001 | 101001 | 110100 |
Color Harmonies of #B6515C
Complementary color
Monochromatic Colors of #B6515C
Black with #B6515C
Text Example
Text Example
White with #B6515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6515C; }
p { color: rgb(182,81,92); }
H1.HeaderClassName
{
color: #B6515C;
}
.AnyTagClassName
{
color: #B6515C;
}
</style>
background-color css
<style>
a { background-color: #B6515C; }
a { background-color: rgb(182,81,92); }
div.DivClassName
{
background-color: #B6515C;
}
.BgClassName
{
background-color: #B6515C;
}
</style>
border-color css
<style>
span { border-color: #B6515C; }
span { border-color: rgb(182,81,92); }
td.TdClassName
{
border-color: #B6515C;
}
.TagClassName
{
border-color: #B6515C;
}
</style>