Shades of Blush #B8565C
Tints of Blush #B8565C
RGB
CMYK
RGB Variations
Color information
#B8565C (or 0xB8565C) is known color: Blush. HEX triplet: B8, 56 and 5C. RGB value is (184,86,92). Sum of RGB (Red+Green+Blue) = 184+86+92=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 86 (33.98% from 255 or 23.76% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B8565C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8565C is #47A9A3. Grayscale: #747474. Windows color (decimal): -4696484 or 6051512. OLE color: 6051512.
HSL color Cylindrical-coordinate representation of color #B8565C: hue angle of 356.33º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B8565C is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 86 | 92 | - |
| CMYK | 0 | 0.53 | 0.50 | 0.28 |
| HSL | 356.33º | 0.41% | 0.53% | - |
| HSV(B) | 356.33º | 0.53% | 0.72% | - |
| XYZ | 25.03 | 17.62 | 12.21 | - |
| YUV | 115.99 | 114.47 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 86 | 92 | 0 | 0.53 | 0.50 | 0.28 | 356.33 | 0.41 | 0.53 |
| Hex | B8 | 56 | 5C | 0 | 35 | 32 | 1C | 164 | 29 | 35 |
| Octal | 270 | 126 | 134 | 0 | 65 | 62 | 34 | 544 | 51 | 65 |
| Binary | 10111000 | 1010110 | 1011100 | 0 | 110101 | 110010 | 11100 | 101100100 | 101001 | 110101 |
Color Harmonies of #B8565C
Complementary color
Monochromatic Colors of #B8565C
Black with #B8565C
Text Example
Text Example
White with #B8565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8565C; }
p { color: rgb(184,86,92); }
H1.HeaderClassName
{
color: #B8565C;
}
.AnyTagClassName
{
color: #B8565C;
}
</style>
background-color css
<style>
a { background-color: #B8565C; }
a { background-color: rgb(184,86,92); }
div.DivClassName
{
background-color: #B8565C;
}
.BgClassName
{
background-color: #B8565C;
}
</style>
border-color css
<style>
span { border-color: #B8565C; }
span { border-color: rgb(184,86,92); }
td.TdClassName
{
border-color: #B8565C;
}
.TagClassName
{
border-color: #B8565C;
}
</style>