Shades of Blush #BF485C
Tints of Blush #BF485C
RGB
CMYK
RGB Variations
Color information
#BF485C (or 0xBF485C) is known color: Blush. HEX triplet: BF, 48 and 5C. RGB value is (191,72,92). Sum of RGB (Red+Green+Blue) = 191+72+92=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF485C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF485C is #40B7A3. Grayscale: #6D6D6D. Windows color (decimal): -4241316 or 6047935. OLE color: 6047935.
HSL color Cylindrical-coordinate representation of color #BF485C: hue angle of 349.92º 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 #BF485C is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 72 | 92 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.25 |
| HSL | 349.92º | 0.48% | 0.52% | - |
| HSV(B) | 349.92º | 0.62% | 0.75% | - |
| XYZ | 25.73 | 16.48 | 11.95 | - |
| YUV | 109.86 | 117.92 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 72 | 92 | 0 | 0.62 | 0.52 | 0.25 | 349.92 | 0.48 | 0.52 |
| Hex | BF | 48 | 5C | 0 | 3E | 34 | 19 | 15E | 30 | 34 |
| Octal | 277 | 110 | 134 | 0 | 76 | 64 | 31 | 536 | 60 | 64 |
| Binary | 10111111 | 1001000 | 1011100 | 0 | 111110 | 110100 | 11001 | 101011110 | 110000 | 110100 |
Color Harmonies of #BF485C
Complementary color
Monochromatic Colors of #BF485C
Black with #BF485C
Text Example
Text Example
White with #BF485C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF485C; }
p { color: rgb(191,72,92); }
H1.HeaderClassName
{
color: #BF485C;
}
.AnyTagClassName
{
color: #BF485C;
}
</style>
background-color css
<style>
a { background-color: #BF485C; }
a { background-color: rgb(191,72,92); }
div.DivClassName
{
background-color: #BF485C;
}
.BgClassName
{
background-color: #BF485C;
}
</style>
border-color css
<style>
span { border-color: #BF485C; }
span { border-color: rgb(191,72,92); }
td.TdClassName
{
border-color: #BF485C;
}
.TagClassName
{
border-color: #BF485C;
}
</style>