Shades of Blush #BF485D
Tints of Blush #BF485D
RGB
CMYK
RGB Variations
Color information
#BF485D (or 0xBF485D) is known color: Blush. HEX triplet: BF, 48 and 5D. RGB value is (191,72,93). Sum of RGB (Red+Green+Blue) = 191+72+93=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF485D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF485D is #40B7A2. Grayscale: #6E6E6E. Windows color (decimal): -4241315 or 6113471. OLE color: 6113471.
HSL color Cylindrical-coordinate representation of color #BF485D: hue angle of 349.41º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF485D is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 72 | 93 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.25 |
| HSL | 349.41º | 0.48% | 0.52% | - |
| HSV(B) | 349.41º | 0.62% | 0.75% | - |
| XYZ | 25.78 | 16.5 | 12.18 | - |
| YUV | 109.98 | 118.42 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 72 | 93 | 0 | 0.62 | 0.51 | 0.25 | 349.41 | 0.48 | 0.52 |
| Hex | BF | 48 | 5D | 0 | 3E | 33 | 19 | 15D | 30 | 34 |
| Octal | 277 | 110 | 135 | 0 | 76 | 63 | 31 | 535 | 60 | 64 |
| Binary | 10111111 | 1001000 | 1011101 | 0 | 111110 | 110011 | 11001 | 101011101 | 110000 | 110100 |
Color Harmonies of #BF485D
Complementary color
Monochromatic Colors of #BF485D
Black with #BF485D
Text Example
Text Example
White with #BF485D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF485D; }
p { color: rgb(191,72,93); }
H1.HeaderClassName
{
color: #BF485D;
}
.AnyTagClassName
{
color: #BF485D;
}
</style>
background-color css
<style>
a { background-color: #BF485D; }
a { background-color: rgb(191,72,93); }
div.DivClassName
{
background-color: #BF485D;
}
.BgClassName
{
background-color: #BF485D;
}
</style>
border-color css
<style>
span { border-color: #BF485D; }
span { border-color: rgb(191,72,93); }
td.TdClassName
{
border-color: #BF485D;
}
.TagClassName
{
border-color: #BF485D;
}
</style>