#BF3E5D

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

Shades of Blush #BF3E5D

Tints of Blush #BF3E5D

Color information

#BF3E5D (or 0xBF3E5D) is unknown color: approx Blush. HEX triplet: BF, 3E and 5D. RGB value is (191,62,93). Sum of RGB (Red+Green+Blue) = 191+62+93=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3E5D is #40C1A2. Grayscale: #686868. Windows color (decimal): -4243875 or 6110911. OLE color: 6110911.

HSL color Cylindrical-coordinate representation of color #BF3E5D: hue angle of 345.58º 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 #BF3E5D is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB1916293-
CMYK00.680.510.25
HSL345.58º50.99%49.61%-
HSV(B)345.58º67.54%74.9%-
XYZ25.1815.3111.98-
YUV104.1121.74189.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.20%
GREEN value IS 62 (24.61% from 255) = 17.92%
BLUE value IS 93 (36.72% from 255) = 26.88%
R=55.20%
G=17.92%
B=26.88%

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
Decimal191629300.680.510.25345.5850.9949.61
HexBF3E5D044331915a3332
Octal27776135010463315326362
Binary1011111111111010111010100010011001111001101011010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3E5D; }

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

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

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

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

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

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

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

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