Shades of Blush #BF4567
Tints of Blush #BF4567
RGB
CMYK
RGB Variations
Color information
#BF4567 (or 0xBF4567) is known color: Blush. HEX triplet: BF, 45 and 67. RGB value is (191,69,103). Sum of RGB (Red+Green+Blue) = 191+69+103=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 103 (40.62% from 255 or 28.37% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4567 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4567 is #40BA98. Grayscale: #6D6D6D. Windows color (decimal): -4242073 or 6768063. OLE color: 6768063.
HSL color Cylindrical-coordinate representation of color #BF4567: hue angle of 343.28º 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 #BF4567 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 69 | 103 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.25 |
| HSL | 343.28º | 0.49% | 0.51% | - |
| HSV(B) | 343.28º | 0.64% | 0.75% | - |
| XYZ | 26.06 | 16.31 | 14.61 | - |
| YUV | 109.35 | 124.42 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 69 | 103 | 0 | 0.64 | 0.46 | 0.25 | 343.28 | 0.49 | 0.51 |
| Hex | BF | 45 | 67 | 0 | 40 | 2E | 19 | 157 | 31 | 33 |
| Octal | 277 | 105 | 147 | 0 | 100 | 56 | 31 | 527 | 61 | 63 |
| Binary | 10111111 | 1000101 | 1100111 | 0 | 1000000 | 101110 | 11001 | 101010111 | 110001 | 110011 |
Color Harmonies of #BF4567
Complementary color
Monochromatic Colors of #BF4567
Black with #BF4567
Text Example
Text Example
White with #BF4567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4567; }
p { color: rgb(191,69,103); }
H1.HeaderClassName
{
color: #BF4567;
}
.AnyTagClassName
{
color: #BF4567;
}
</style>
background-color css
<style>
a { background-color: #BF4567; }
a { background-color: rgb(191,69,103); }
div.DivClassName
{
background-color: #BF4567;
}
.BgClassName
{
background-color: #BF4567;
}
</style>
border-color css
<style>
span { border-color: #BF4567; }
span { border-color: rgb(191,69,103); }
td.TdClassName
{
border-color: #BF4567;
}
.TagClassName
{
border-color: #BF4567;
}
</style>