Shades of Blush #B6515F
Tints of Blush #B6515F
RGB
CMYK
RGB Variations
Color information
#B6515F (or 0xB6515F) is known color: Blush. HEX triplet: B6, 51 and 5F. RGB value is (182,81,95). Sum of RGB (Red+Green+Blue) = 182+81+95=358 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.84% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 182 - color contains mainly: red. Hex color #B6515F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6515F is #49AEA0. Grayscale: #707070. Windows color (decimal): -4828833 or 6246838. OLE color: 6246838.
HSL color Cylindrical-coordinate representation of color #B6515F: hue angle of 351.68º 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 #B6515F is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 81 | 95 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.29 |
| HSL | 351.68º | 0.41% | 0.52% | - |
| HSV(B) | 351.68º | 0.55% | 0.71% | - |
| XYZ | 24.3 | 16.66 | 12.76 | - |
| YUV | 112.8 | 117.96 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 81 | 95 | 0 | 0.55 | 0.48 | 0.29 | 351.68 | 0.41 | 0.52 |
| Hex | B6 | 51 | 5F | 0 | 37 | 30 | 1D | 160 | 29 | 34 |
| Octal | 266 | 121 | 137 | 0 | 67 | 60 | 35 | 540 | 51 | 64 |
| Binary | 10110110 | 1010001 | 1011111 | 0 | 110111 | 110000 | 11101 | 101100000 | 101001 | 110100 |
Color Harmonies of #B6515F
Complementary color
Monochromatic Colors of #B6515F
Black with #B6515F
Text Example
Text Example
White with #B6515F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6515F; }
p { color: rgb(182,81,95); }
H1.HeaderClassName
{
color: #B6515F;
}
.AnyTagClassName
{
color: #B6515F;
}
</style>
background-color css
<style>
a { background-color: #B6515F; }
a { background-color: rgb(182,81,95); }
div.DivClassName
{
background-color: #B6515F;
}
.BgClassName
{
background-color: #B6515F;
}
</style>
border-color css
<style>
span { border-color: #B6515F; }
span { border-color: rgb(182,81,95); }
td.TdClassName
{
border-color: #B6515F;
}
.TagClassName
{
border-color: #B6515F;
}
</style>