Shades of Blush #B85C5F
Tints of Blush #B85C5F
RGB
CMYK
RGB Variations
Color information
#B85C5F (or 0xB85C5F) is known color: Blush. HEX triplet: B8, 5C and 5F. RGB value is (184,92,95). Sum of RGB (Red+Green+Blue) = 184+92+95=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85C5F is #47A3A0. Grayscale: #777777. Windows color (decimal): -4694945 or 6249656. OLE color: 6249656.
HSL color Cylindrical-coordinate representation of color #B85C5F: hue angle of 358.04º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B85C5F is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 92 | 95 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.28 |
| HSL | 358.04º | 0.39% | 0.54% | - |
| HSV(B) | 358.04º | 0.5% | 0.72% | - |
| XYZ | 25.66 | 18.67 | 13.08 | - |
| YUV | 119.85 | 113.98 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 92 | 95 | 0 | 0.50 | 0.48 | 0.28 | 358.04 | 0.39 | 0.54 |
| Hex | B8 | 5C | 5F | 0 | 32 | 30 | 1C | 166 | 27 | 36 |
| Octal | 270 | 134 | 137 | 0 | 62 | 60 | 34 | 546 | 47 | 66 |
| Binary | 10111000 | 1011100 | 1011111 | 0 | 110010 | 110000 | 11100 | 101100110 | 100111 | 110110 |
Color Harmonies of #B85C5F
Complementary color
Monochromatic Colors of #B85C5F
Black with #B85C5F
Text Example
Text Example
White with #B85C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85C5F; }
p { color: rgb(184,92,95); }
H1.HeaderClassName
{
color: #B85C5F;
}
.AnyTagClassName
{
color: #B85C5F;
}
</style>
background-color css
<style>
a { background-color: #B85C5F; }
a { background-color: rgb(184,92,95); }
div.DivClassName
{
background-color: #B85C5F;
}
.BgClassName
{
background-color: #B85C5F;
}
</style>
border-color css
<style>
span { border-color: #B85C5F; }
span { border-color: rgb(184,92,95); }
td.TdClassName
{
border-color: #B85C5F;
}
.TagClassName
{
border-color: #B85C5F;
}
</style>