Shades of Blush #B85A6E
Tints of Blush #B85A6E
RGB
CMYK
RGB Variations
Color information
#B85A6E (or 0xB85A6E) is known color: Blush. HEX triplet: B8, 5A and 6E. RGB value is (184,90,110). Sum of RGB (Red+Green+Blue) = 184+90+110=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 90 (35.55% from 255 or 23.44% from 384); Blue value is 110 (43.36% from 255 or 28.65% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85A6E is #47A591. Grayscale: #787878. Windows color (decimal): -4695442 or 7232184. OLE color: 7232184.
HSL color Cylindrical-coordinate representation of color #B85A6E: hue angle of 347.23º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B85A6E is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 90 | 110 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.28 |
| HSL | 347.23º | 0.4% | 0.54% | - |
| HSV(B) | 347.23º | 0.51% | 0.72% | - |
| XYZ | 26.24 | 18.63 | 16.96 | - |
| YUV | 120.39 | 122.14 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 90 | 110 | 0 | 0.51 | 0.40 | 0.28 | 347.23 | 0.4 | 0.54 |
| Hex | B8 | 5A | 6E | 0 | 33 | 28 | 1C | 15B | 28 | 36 |
| Octal | 270 | 132 | 156 | 0 | 63 | 50 | 34 | 533 | 50 | 66 |
| Binary | 10111000 | 1011010 | 1101110 | 0 | 110011 | 101000 | 11100 | 101011011 | 101000 | 110110 |
Color Harmonies of #B85A6E
Complementary color
Monochromatic Colors of #B85A6E
Black with #B85A6E
Text Example
Text Example
White with #B85A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85A6E; }
p { color: rgb(184,90,110); }
H1.HeaderClassName
{
color: #B85A6E;
}
.AnyTagClassName
{
color: #B85A6E;
}
</style>
background-color css
<style>
a { background-color: #B85A6E; }
a { background-color: rgb(184,90,110); }
div.DivClassName
{
background-color: #B85A6E;
}
.BgClassName
{
background-color: #B85A6E;
}
</style>
border-color css
<style>
span { border-color: #B85A6E; }
span { border-color: rgb(184,90,110); }
td.TdClassName
{
border-color: #B85A6E;
}
.TagClassName
{
border-color: #B85A6E;
}
</style>