#BF4E61

Color #BF4E61 Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blush #BF4E61

Tints of Blush #BF4E61

Color information

#BF4E61 (or 0xBF4E61) is unknown color: approx Blush. HEX triplet: BF, 4E and 61. RGB value is (191,78,97). Sum of RGB (Red+Green+Blue) = 191+78+97=366 (48% of max value = 765). Red value is 191 (75% from 255 or 52.19% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4E61 is #40B19E. Grayscale: #717171. Windows color (decimal): -4239775 or 6377151. OLE color: 6377151.

HSL color Cylindrical-coordinate representation of color #BF4E61: hue angle of 349.91º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF4E61 is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB1917897-
CMYK00.590.490.25
HSL349.91º46.89%52.75%-
HSV(B)349.91º59.16%74.9%-
XYZ26.3717.3913.28-
YUV113.95118.44182.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 52.19%
GREEN value IS 78 (30.86% from 255) = 21.31%
BLUE value IS 97 (38.28% from 255) = 26.50%
R=52.19%
G=21.31%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191789700.590.490.25349.9146.8952.75
HexBF4E6103B311915e2f35
Octal27711614107361315365765
Binary1011111110011101100001011101111000111001101011110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4E61; }

 p { color: rgb(191,78,97); }

 H1.HeaderClassName
 {
   color: #BF4E61;
 }
 .AnyTagClassName
 {
   color: #BF4E61;
 }
</style>
background-color css

<style>
 a { background-color: #BF4E61; }

 a { background-color: rgb(191,78,97); }

 div.DivClassName
 {
   background-color: #BF4E61;
 }
 .BgClassName
 {
   background-color: #BF4E61;
 }
</style>
border-color css

<style>
 span { border-color: #BF4E61; }

 span { border-color: rgb(191,78,97); }

 td.TdClassName
 {
   border-color: #BF4E61;
 }
 .TagClassName
 {
   border-color: #BF4E61;
 }
</style>