Shades of Blush #B6535D
Tints of Blush #B6535D
RGB
CMYK
RGB Variations
Color information
#B6535D (or 0xB6535D) is known color: Blush. HEX triplet: B6, 53 and 5D. RGB value is (182,83,93). Sum of RGB (Red+Green+Blue) = 182+83+93=358 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.84% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 182 - color contains mainly: red. Hex color #B6535D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6535D is #49ACA2. Grayscale: #717171. Windows color (decimal): -4828323 or 6116278. OLE color: 6116278.
HSL color Cylindrical-coordinate representation of color #B6535D: hue angle of 353.94º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B6535D is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 83 | 93 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.29 |
| HSL | 353.94º | 0.4% | 0.52% | - |
| HSV(B) | 353.94º | 0.54% | 0.71% | - |
| XYZ | 24.36 | 16.92 | 12.34 | - |
| YUV | 113.74 | 116.3 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 83 | 93 | 0 | 0.54 | 0.49 | 0.29 | 353.94 | 0.4 | 0.52 |
| Hex | B6 | 53 | 5D | 0 | 36 | 31 | 1D | 162 | 28 | 34 |
| Octal | 266 | 123 | 135 | 0 | 66 | 61 | 35 | 542 | 50 | 64 |
| Binary | 10110110 | 1010011 | 1011101 | 0 | 110110 | 110001 | 11101 | 101100010 | 101000 | 110100 |
Color Harmonies of #B6535D
Complementary color
Monochromatic Colors of #B6535D
Black with #B6535D
Text Example
Text Example
White with #B6535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6535D; }
p { color: rgb(182,83,93); }
H1.HeaderClassName
{
color: #B6535D;
}
.AnyTagClassName
{
color: #B6535D;
}
</style>
background-color css
<style>
a { background-color: #B6535D; }
a { background-color: rgb(182,83,93); }
div.DivClassName
{
background-color: #B6535D;
}
.BgClassName
{
background-color: #B6535D;
}
</style>
border-color css
<style>
span { border-color: #B6535D; }
span { border-color: rgb(182,83,93); }
td.TdClassName
{
border-color: #B6535D;
}
.TagClassName
{
border-color: #B6535D;
}
</style>