Shades of Blush #BF4265
Tints of Blush #BF4265
RGB
CMYK
RGB Variations
Color information
#BF4265 (or 0xBF4265) is known color: Blush. HEX triplet: BF, 42 and 65. RGB value is (191,66,101). Sum of RGB (Red+Green+Blue) = 191+66+101=358 (47% of max value = 765). Red value is 191 (75% from 255 or 53.35% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4265 is #40BD9A. Grayscale: #6B6B6B. Windows color (decimal): -4242843 or 6636223. OLE color: 6636223.
HSL color Cylindrical-coordinate representation of color #BF4265: hue angle of 343.2º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF4265 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 66 | 101 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.25 |
| HSL | 343.2º | 0.49% | 0.5% | - |
| HSV(B) | 343.2º | 0.65% | 0.75% | - |
| XYZ | 25.78 | 15.91 | 14.02 | - |
| YUV | 107.37 | 124.41 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 66 | 101 | 0 | 0.65 | 0.47 | 0.25 | 343.2 | 0.49 | 0.5 |
| Hex | BF | 42 | 65 | 0 | 41 | 2F | 19 | 157 | 31 | 32 |
| Octal | 277 | 102 | 145 | 0 | 101 | 57 | 31 | 527 | 61 | 62 |
| Binary | 10111111 | 1000010 | 1100101 | 0 | 1000001 | 101111 | 11001 | 101010111 | 110001 | 110010 |
Color Harmonies of #BF4265
Complementary color
Monochromatic Colors of #BF4265
Black with #BF4265
Text Example
Text Example
White with #BF4265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4265; }
p { color: rgb(191,66,101); }
H1.HeaderClassName
{
color: #BF4265;
}
.AnyTagClassName
{
color: #BF4265;
}
</style>
background-color css
<style>
a { background-color: #BF4265; }
a { background-color: rgb(191,66,101); }
div.DivClassName
{
background-color: #BF4265;
}
.BgClassName
{
background-color: #BF4265;
}
</style>
border-color css
<style>
span { border-color: #BF4265; }
span { border-color: rgb(191,66,101); }
td.TdClassName
{
border-color: #BF4265;
}
.TagClassName
{
border-color: #BF4265;
}
</style>