Shades of Blush #B6536C
Tints of Blush #B6536C
RGB
CMYK
RGB Variations
Color information
#B6536C (or 0xB6536C) is known color: Blush. HEX triplet: B6, 53 and 6C. RGB value is (182,83,108). Sum of RGB (Red+Green+Blue) = 182+83+108=373 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.79% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 182 - color contains mainly: red. Hex color #B6536C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6536C is #49AC93. Grayscale: #737373. Windows color (decimal): -4828308 or 7099318. OLE color: 7099318.
HSL color Cylindrical-coordinate representation of color #B6536C: hue angle of 344.85º 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 #B6536C is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 83 | 108 | - |
| CMYK | 0 | 0.54 | 0.41 | 0.29 |
| HSL | 344.85º | 0.4% | 0.52% | - |
| HSV(B) | 344.85º | 0.54% | 0.71% | - |
| XYZ | 25.09 | 17.21 | 16.19 | - |
| YUV | 115.45 | 123.8 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 83 | 108 | 0 | 0.54 | 0.41 | 0.29 | 344.85 | 0.4 | 0.52 |
| Hex | B6 | 53 | 6C | 0 | 36 | 29 | 1D | 159 | 28 | 34 |
| Octal | 266 | 123 | 154 | 0 | 66 | 51 | 35 | 531 | 50 | 64 |
| Binary | 10110110 | 1010011 | 1101100 | 0 | 110110 | 101001 | 11101 | 101011001 | 101000 | 110100 |
Color Harmonies of #B6536C
Complementary color
Monochromatic Colors of #B6536C
Black with #B6536C
Text Example
Text Example
White with #B6536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6536C; }
p { color: rgb(182,83,108); }
H1.HeaderClassName
{
color: #B6536C;
}
.AnyTagClassName
{
color: #B6536C;
}
</style>
background-color css
<style>
a { background-color: #B6536C; }
a { background-color: rgb(182,83,108); }
div.DivClassName
{
background-color: #B6536C;
}
.BgClassName
{
background-color: #B6536C;
}
</style>
border-color css
<style>
span { border-color: #B6536C; }
span { border-color: rgb(182,83,108); }
td.TdClassName
{
border-color: #B6536C;
}
.TagClassName
{
border-color: #B6536C;
}
</style>