Shades of Blush #B85A6A
Tints of Blush #B85A6A
RGB
CMYK
RGB Variations
Color information
#B85A6A (or 0xB85A6A) is known color: Blush. HEX triplet: B8, 5A and 6A. RGB value is (184,90,106). Sum of RGB (Red+Green+Blue) = 184+90+106=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85A6A is #47A595. Grayscale: #777777. Windows color (decimal): -4695446 or 6970040. OLE color: 6970040.
HSL color Cylindrical-coordinate representation of color #B85A6A: hue angle of 349.79º 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 #B85A6A is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 90 | 106 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.28 |
| HSL | 349.79º | 0.4% | 0.54% | - |
| HSV(B) | 349.79º | 0.51% | 0.72% | - |
| XYZ | 26.02 | 18.54 | 15.84 | - |
| YUV | 119.93 | 120.14 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 90 | 106 | 0 | 0.51 | 0.42 | 0.28 | 349.79 | 0.4 | 0.54 |
| Hex | B8 | 5A | 6A | 0 | 33 | 2A | 1C | 15E | 28 | 36 |
| Octal | 270 | 132 | 152 | 0 | 63 | 52 | 34 | 536 | 50 | 66 |
| Binary | 10111000 | 1011010 | 1101010 | 0 | 110011 | 101010 | 11100 | 101011110 | 101000 | 110110 |
Color Harmonies of #B85A6A
Complementary color
Monochromatic Colors of #B85A6A
Black with #B85A6A
Text Example
Text Example
White with #B85A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85A6A; }
p { color: rgb(184,90,106); }
H1.HeaderClassName
{
color: #B85A6A;
}
.AnyTagClassName
{
color: #B85A6A;
}
</style>
background-color css
<style>
a { background-color: #B85A6A; }
a { background-color: rgb(184,90,106); }
div.DivClassName
{
background-color: #B85A6A;
}
.BgClassName
{
background-color: #B85A6A;
}
</style>
border-color css
<style>
span { border-color: #B85A6A; }
span { border-color: rgb(184,90,106); }
td.TdClassName
{
border-color: #B85A6A;
}
.TagClassName
{
border-color: #B85A6A;
}
</style>