Shades of Blush #B85A69
Tints of Blush #B85A69
RGB
CMYK
RGB Variations
Color information
#B85A69 (or 0xB85A69) is known color: Blush. HEX triplet: B8, 5A and 69. RGB value is (184,90,105). Sum of RGB (Red+Green+Blue) = 184+90+105=379 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.55% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 105 (41.41% from 255 or 27.70% from 379); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85A69 is #47A596. Grayscale: #777777. Windows color (decimal): -4695447 or 6904504. OLE color: 6904504.
HSL color Cylindrical-coordinate representation of color #B85A69: hue angle of 350.43º 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 #B85A69 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 90 | 105 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.28 |
| HSL | 350.43º | 0.4% | 0.54% | - |
| HSV(B) | 350.43º | 0.51% | 0.72% | - |
| XYZ | 25.97 | 18.52 | 15.57 | - |
| YUV | 119.82 | 119.64 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 90 | 105 | 0 | 0.51 | 0.43 | 0.28 | 350.43 | 0.4 | 0.54 |
| Hex | B8 | 5A | 69 | 0 | 33 | 2B | 1C | 15E | 28 | 36 |
| Octal | 270 | 132 | 151 | 0 | 63 | 53 | 34 | 536 | 50 | 66 |
| Binary | 10111000 | 1011010 | 1101001 | 0 | 110011 | 101011 | 11100 | 101011110 | 101000 | 110110 |
Color Harmonies of #B85A69
Complementary color
Monochromatic Colors of #B85A69
Black with #B85A69
Text Example
Text Example
White with #B85A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85A69; }
p { color: rgb(184,90,105); }
H1.HeaderClassName
{
color: #B85A69;
}
.AnyTagClassName
{
color: #B85A69;
}
</style>
background-color css
<style>
a { background-color: #B85A69; }
a { background-color: rgb(184,90,105); }
div.DivClassName
{
background-color: #B85A69;
}
.BgClassName
{
background-color: #B85A69;
}
</style>
border-color css
<style>
span { border-color: #B85A69; }
span { border-color: rgb(184,90,105); }
td.TdClassName
{
border-color: #B85A69;
}
.TagClassName
{
border-color: #B85A69;
}
</style>