Shades of Blush #B85D67
Tints of Blush #B85D67
RGB
CMYK
RGB Variations
Color information
#B85D67 (or 0xB85D67) is known color: Blush. HEX triplet: B8, 5D and 67. RGB value is (184,93,103). Sum of RGB (Red+Green+Blue) = 184+93+103=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 93 (36.72% from 255 or 24.47% from 380); Blue value is 103 (40.62% from 255 or 27.11% from 380); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85D67 is #47A298. Grayscale: #797979. Windows color (decimal): -4694681 or 6774200. OLE color: 6774200.
HSL color Cylindrical-coordinate representation of color #B85D67: hue angle of 353.41º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B85D67 is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 93 | 103 | - |
| CMYK | 0 | 0.49 | 0.44 | 0.28 |
| HSL | 353.41º | 0.39% | 0.54% | - |
| HSV(B) | 353.41º | 0.49% | 0.72% | - |
| XYZ | 26.13 | 19 | 15.12 | - |
| YUV | 121.35 | 117.65 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 93 | 103 | 0 | 0.49 | 0.44 | 0.28 | 353.41 | 0.39 | 0.54 |
| Hex | B8 | 5D | 67 | 0 | 31 | 2C | 1C | 161 | 27 | 36 |
| Octal | 270 | 135 | 147 | 0 | 61 | 54 | 34 | 541 | 47 | 66 |
| Binary | 10111000 | 1011101 | 1100111 | 0 | 110001 | 101100 | 11100 | 101100001 | 100111 | 110110 |
Color Harmonies of #B85D67
Complementary color
Monochromatic Colors of #B85D67
Black with #B85D67
Text Example
Text Example
White with #B85D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85D67; }
p { color: rgb(184,93,103); }
H1.HeaderClassName
{
color: #B85D67;
}
.AnyTagClassName
{
color: #B85D67;
}
</style>
background-color css
<style>
a { background-color: #B85D67; }
a { background-color: rgb(184,93,103); }
div.DivClassName
{
background-color: #B85D67;
}
.BgClassName
{
background-color: #B85D67;
}
</style>
border-color css
<style>
span { border-color: #B85D67; }
span { border-color: rgb(184,93,103); }
td.TdClassName
{
border-color: #B85D67;
}
.TagClassName
{
border-color: #B85D67;
}
</style>