#BF4D5E

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

Shades of Blush #BF4D5E

Tints of Blush #BF4D5E

Color information

#BF4D5E (or 0xBF4D5E) is unknown color: approx Blush. HEX triplet: BF, 4D and 5E. RGB value is (191,77,94). Sum of RGB (Red+Green+Blue) = 191+77+94=362 (47% of max value = 765). Red value is 191 (75% from 255 or 52.76% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4D5E is #40B2A1. Grayscale: #717171. Windows color (decimal): -4240034 or 6180287. OLE color: 6180287.

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

Color convert

RGB1917794-
CMYK00.600.510.25
HSL351.05º47.11%52.55%-
HSV(B)351.05º59.69%74.9%-
XYZ26.1617.1912.53-
YUV113.02117.27183.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.76%
GREEN value IS 77 (30.47% from 255) = 21.27%
BLUE value IS 94 (37.11% from 255) = 25.97%
R=52.76%
G=21.27%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191779400.600.510.25351.0547.1152.55
HexBF4D5E03C331915f2f35
Octal27711513607463315375765
Binary1011111110011011011110011110011001111001101011111101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4D5E; }

 p { color: rgb(191,77,94); }

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

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

 a { background-color: rgb(191,77,94); }

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

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

 span { border-color: rgb(191,77,94); }

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