Shades of Blush #B85A6B
Tints of Blush #B85A6B
RGB
CMYK
RGB Variations
Color information
#B85A6B (or 0xB85A6B) is known color: Blush. HEX triplet: B8, 5A and 6B. RGB value is (184,90,107). Sum of RGB (Red+Green+Blue) = 184+90+107=381 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.29% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85A6B is #47A594. Grayscale: #787878. Windows color (decimal): -4695445 or 7035576. OLE color: 7035576.
HSL color Cylindrical-coordinate representation of color #B85A6B: hue angle of 349.15º 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 #B85A6B is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 90 | 107 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.28 |
| HSL | 349.15º | 0.4% | 0.54% | - |
| HSV(B) | 349.15º | 0.51% | 0.72% | - |
| XYZ | 26.08 | 18.56 | 16.12 | - |
| YUV | 120.04 | 120.64 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 90 | 107 | 0 | 0.51 | 0.42 | 0.28 | 349.15 | 0.4 | 0.54 |
| Hex | B8 | 5A | 6B | 0 | 33 | 2A | 1C | 15D | 28 | 36 |
| Octal | 270 | 132 | 153 | 0 | 63 | 52 | 34 | 535 | 50 | 66 |
| Binary | 10111000 | 1011010 | 1101011 | 0 | 110011 | 101010 | 11100 | 101011101 | 101000 | 110110 |
Color Harmonies of #B85A6B
Complementary color
Monochromatic Colors of #B85A6B
Black with #B85A6B
Text Example
Text Example
White with #B85A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85A6B; }
p { color: rgb(184,90,107); }
H1.HeaderClassName
{
color: #B85A6B;
}
.AnyTagClassName
{
color: #B85A6B;
}
</style>
background-color css
<style>
a { background-color: #B85A6B; }
a { background-color: rgb(184,90,107); }
div.DivClassName
{
background-color: #B85A6B;
}
.BgClassName
{
background-color: #B85A6B;
}
</style>
border-color css
<style>
span { border-color: #B85A6B; }
span { border-color: rgb(184,90,107); }
td.TdClassName
{
border-color: #B85A6B;
}
.TagClassName
{
border-color: #B85A6B;
}
</style>