Shades of Blush #B85067
Tints of Blush #B85067
RGB
CMYK
RGB Variations
Color information
#B85067 (or 0xB85067) is known color: Blush. HEX triplet: B8, 50 and 67. RGB value is (184,80,103). Sum of RGB (Red+Green+Blue) = 184+80+103=367 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.14% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 103 (40.62% from 255 or 28.07% from 367); Max value from RGB is 184 - color contains mainly: red. Hex color #B85067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85067 is #47AF98. Grayscale: #717171. Windows color (decimal): -4698009 or 6770872. OLE color: 6770872.
HSL color Cylindrical-coordinate representation of color #B85067: hue angle of 346.73º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B85067 is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 80 | 103 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.28 |
| HSL | 346.73º | 0.42% | 0.52% | - |
| HSV(B) | 346.73º | 0.57% | 0.72% | - |
| XYZ | 25.08 | 16.91 | 14.77 | - |
| YUV | 113.72 | 121.96 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 80 | 103 | 0 | 0.57 | 0.44 | 0.28 | 346.73 | 0.42 | 0.52 |
| Hex | B8 | 50 | 67 | 0 | 39 | 2C | 1C | 15B | 2A | 34 |
| Octal | 270 | 120 | 147 | 0 | 71 | 54 | 34 | 533 | 52 | 64 |
| Binary | 10111000 | 1010000 | 1100111 | 0 | 111001 | 101100 | 11100 | 101011011 | 101010 | 110100 |
Color Harmonies of #B85067
Complementary color
Monochromatic Colors of #B85067
Black with #B85067
Text Example
Text Example
White with #B85067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85067; }
p { color: rgb(184,80,103); }
H1.HeaderClassName
{
color: #B85067;
}
.AnyTagClassName
{
color: #B85067;
}
</style>
background-color css
<style>
a { background-color: #B85067; }
a { background-color: rgb(184,80,103); }
div.DivClassName
{
background-color: #B85067;
}
.BgClassName
{
background-color: #B85067;
}
</style>
border-color css
<style>
span { border-color: #B85067; }
span { border-color: rgb(184,80,103); }
td.TdClassName
{
border-color: #B85067;
}
.TagClassName
{
border-color: #B85067;
}
</style>