Shades of Blush #B6535C
Tints of Blush #B6535C
RGB
CMYK
RGB Variations
Color information
#B6535C (or 0xB6535C) is known color: Blush. HEX triplet: B6, 53 and 5C. RGB value is (182,83,92). Sum of RGB (Red+Green+Blue) = 182+83+92=357 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.98% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 182 - color contains mainly: red. Hex color #B6535C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6535C is #49ACA3. Grayscale: #717171. Windows color (decimal): -4828324 or 6050742. OLE color: 6050742.
HSL color Cylindrical-coordinate representation of color #B6535C: hue angle of 354.55º 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 #B6535C is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 83 | 92 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.29 |
| HSL | 354.55º | 0.4% | 0.52% | - |
| HSV(B) | 354.55º | 0.54% | 0.71% | - |
| XYZ | 24.32 | 16.9 | 12.11 | - |
| YUV | 113.63 | 115.8 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 83 | 92 | 0 | 0.54 | 0.49 | 0.29 | 354.55 | 0.4 | 0.52 |
| Hex | B6 | 53 | 5C | 0 | 36 | 31 | 1D | 163 | 28 | 34 |
| Octal | 266 | 123 | 134 | 0 | 66 | 61 | 35 | 543 | 50 | 64 |
| Binary | 10110110 | 1010011 | 1011100 | 0 | 110110 | 110001 | 11101 | 101100011 | 101000 | 110100 |
Color Harmonies of #B6535C
Complementary color
Monochromatic Colors of #B6535C
Black with #B6535C
Text Example
Text Example
White with #B6535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6535C; }
p { color: rgb(182,83,92); }
H1.HeaderClassName
{
color: #B6535C;
}
.AnyTagClassName
{
color: #B6535C;
}
</style>
background-color css
<style>
a { background-color: #B6535C; }
a { background-color: rgb(182,83,92); }
div.DivClassName
{
background-color: #B6535C;
}
.BgClassName
{
background-color: #B6535C;
}
</style>
border-color css
<style>
span { border-color: #B6535C; }
span { border-color: rgb(182,83,92); }
td.TdClassName
{
border-color: #B6535C;
}
.TagClassName
{
border-color: #B6535C;
}
</style>