Shades of Blush #BF455B
Tints of Blush #BF455B
RGB
CMYK
RGB Variations
Color information
#BF455B (or 0xBF455B) is known color: Blush. HEX triplet: BF, 45 and 5B. RGB value is (191,69,91). Sum of RGB (Red+Green+Blue) = 191+69+91=351 (46% of max value = 765). Red value is 191 (75% from 255 or 54.42% from 351); Green value is 69 (27.34% from 255 or 19.66% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 191 - color contains mainly: red. Hex color #BF455B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF455B is #40BAA4. Grayscale: #6C6C6C. Windows color (decimal): -4242085 or 5981631. OLE color: 5981631.
HSL color Cylindrical-coordinate representation of color #BF455B: hue angle of 349.18º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF455B is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 69 | 91 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.25 |
| HSL | 349.18º | 0.49% | 0.51% | - |
| HSV(B) | 349.18º | 0.64% | 0.75% | - |
| XYZ | 25.5 | 16.09 | 11.66 | - |
| YUV | 107.99 | 118.42 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 69 | 91 | 0 | 0.64 | 0.52 | 0.25 | 349.18 | 0.49 | 0.51 |
| Hex | BF | 45 | 5B | 0 | 40 | 34 | 19 | 15D | 31 | 33 |
| Octal | 277 | 105 | 133 | 0 | 100 | 64 | 31 | 535 | 61 | 63 |
| Binary | 10111111 | 1000101 | 1011011 | 0 | 1000000 | 110100 | 11001 | 101011101 | 110001 | 110011 |
Color Harmonies of #BF455B
Complementary color
Monochromatic Colors of #BF455B
Black with #BF455B
Text Example
Text Example
White with #BF455B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF455B; }
p { color: rgb(191,69,91); }
H1.HeaderClassName
{
color: #BF455B;
}
.AnyTagClassName
{
color: #BF455B;
}
</style>
background-color css
<style>
a { background-color: #BF455B; }
a { background-color: rgb(191,69,91); }
div.DivClassName
{
background-color: #BF455B;
}
.BgClassName
{
background-color: #BF455B;
}
</style>
border-color css
<style>
span { border-color: #BF455B; }
span { border-color: rgb(191,69,91); }
td.TdClassName
{
border-color: #BF455B;
}
.TagClassName
{
border-color: #BF455B;
}
</style>