#BF3E5E

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

Shades of Blush #BF3E5E

Tints of Blush #BF3E5E

Color information

#BF3E5E (or 0xBF3E5E) is unknown color: approx Blush. HEX triplet: BF, 3E and 5E. RGB value is (191,62,94). Sum of RGB (Red+Green+Blue) = 191+62+94=347 (45% of max value = 765). Red value is 191 (75% from 255 or 55.04% from 347); Green value is 62 (24.61% from 255 or 17.87% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3E5E is #40C1A1. Grayscale: #686868. Windows color (decimal): -4243874 or 6176447. OLE color: 6176447.

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

Color convert

RGB1916294-
CMYK00.680.510.25
HSL345.12º50.99%49.61%-
HSV(B)345.12º67.54%74.9%-
XYZ25.2315.3312.22-
YUV104.22122.24189.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.04%
GREEN value IS 62 (24.61% from 255) = 17.87%
BLUE value IS 94 (37.11% from 255) = 27.09%
R=55.04%
G=17.87%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191629400.680.510.25345.1250.9949.61
HexBF3E5E04433191593332
Octal27776136010463315316362
Binary1011111111111010111100100010011001111001101011001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3E5E; }

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

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

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

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

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

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

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

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