Shades of Blush #BF606A
Tints of Blush #BF606A
RGB
CMYK
RGB Variations
Color information
#BF606A (or 0xBF606A) is known color: Blush. HEX triplet: BF, 60 and 6A. RGB value is (191,96,106). Sum of RGB (Red+Green+Blue) = 191+96+106=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 106 (41.80% from 255 or 26.97% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF606A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF606A is #409F95. Grayscale: #7D7D7D. Windows color (decimal): -4235158 or 6971583. OLE color: 6971583.
HSL color Cylindrical-coordinate representation of color #BF606A: hue angle of 353.68º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF606A is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 96 | 106 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.25 |
| HSL | 353.68º | 0.43% | 0.56% | - |
| HSV(B) | 353.68º | 0.5% | 0.75% | - |
| XYZ | 28.27 | 20.48 | 16.1 | - |
| YUV | 125.55 | 116.97 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 96 | 106 | 0 | 0.50 | 0.45 | 0.25 | 353.68 | 0.43 | 0.56 |
| Hex | BF | 60 | 6A | 0 | 32 | 2D | 19 | 162 | 2B | 38 |
| Octal | 277 | 140 | 152 | 0 | 62 | 55 | 31 | 542 | 53 | 70 |
| Binary | 10111111 | 1100000 | 1101010 | 0 | 110010 | 101101 | 11001 | 101100010 | 101011 | 111000 |
Color Harmonies of #BF606A
Complementary color
Monochromatic Colors of #BF606A
Black with #BF606A
Text Example
Text Example
White with #BF606A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF606A; }
p { color: rgb(191,96,106); }
H1.HeaderClassName
{
color: #BF606A;
}
.AnyTagClassName
{
color: #BF606A;
}
</style>
background-color css
<style>
a { background-color: #BF606A; }
a { background-color: rgb(191,96,106); }
div.DivClassName
{
background-color: #BF606A;
}
.BgClassName
{
background-color: #BF606A;
}
</style>
border-color css
<style>
span { border-color: #BF606A; }
span { border-color: rgb(191,96,106); }
td.TdClassName
{
border-color: #BF606A;
}
.TagClassName
{
border-color: #BF606A;
}
</style>