Shades of Blush #B95E72
Tints of Blush #B95E72
RGB
CMYK
RGB Variations
Color information
#B95E72 (or 0xB95E72) is known color: Blush. HEX triplet: B9, 5E and 72. RGB value is (185,94,114). Sum of RGB (Red+Green+Blue) = 185+94+114=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B95E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95E72 is #46A18D. Grayscale: #7B7B7B. Windows color (decimal): -4628878 or 7495353. OLE color: 7495353.
HSL color Cylindrical-coordinate representation of color #B95E72: hue angle of 346.81º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B95E72 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 94 | 114 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.27 |
| HSL | 346.81º | 0.39% | 0.55% | - |
| HSV(B) | 346.81º | 0.49% | 0.73% | - |
| XYZ | 27.05 | 19.53 | 18.26 | - |
| YUV | 123.49 | 122.65 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 94 | 114 | 0 | 0.49 | 0.38 | 0.27 | 346.81 | 0.39 | 0.55 |
| Hex | B9 | 5E | 72 | 0 | 31 | 26 | 1B | 15B | 27 | 37 |
| Octal | 271 | 136 | 162 | 0 | 61 | 46 | 33 | 533 | 47 | 67 |
| Binary | 10111001 | 1011110 | 1110010 | 0 | 110001 | 100110 | 11011 | 101011011 | 100111 | 110111 |
Color Harmonies of #B95E72
Complementary color
Monochromatic Colors of #B95E72
Black with #B95E72
Text Example
Text Example
White with #B95E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95E72; }
p { color: rgb(185,94,114); }
H1.HeaderClassName
{
color: #B95E72;
}
.AnyTagClassName
{
color: #B95E72;
}
</style>
background-color css
<style>
a { background-color: #B95E72; }
a { background-color: rgb(185,94,114); }
div.DivClassName
{
background-color: #B95E72;
}
.BgClassName
{
background-color: #B95E72;
}
</style>
border-color css
<style>
span { border-color: #B95E72; }
span { border-color: rgb(185,94,114); }
td.TdClassName
{
border-color: #B95E72;
}
.TagClassName
{
border-color: #B95E72;
}
</style>