#BF5371

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

Shades of Blush #BF5371

Tints of Blush #BF5371

Color information

#BF5371 (or 0xBF5371) is unknown color: approx Blush. HEX triplet: BF, 53 and 71. RGB value is (191,83,113). Sum of RGB (Red+Green+Blue) = 191+83+113=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5371 is #40AC8E. Grayscale: #767676. Windows color (decimal): -4238479 or 7427007. OLE color: 7427007.

HSL color Cylindrical-coordinate representation of color #BF5371: hue angle of 343.33º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF5371 is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB19183113-
CMYK00.570.410.25
HSL343.33º45.76%53.73%-
HSV(B)343.33º56.54%74.9%-
XYZ27.5618.4617.73-
YUV118.71124.78179.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.35%
GREEN value IS 83 (32.81% from 255) = 21.45%
BLUE value IS 113 (44.53% from 255) = 29.20%
R=49.35%
G=21.45%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918311300.570.410.25343.3345.7653.73
HexBF537103929191572e36
Octal27712316107151315275666
Binary1011111110100111110001011100110100111001101010111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5371; }

 p { color: rgb(191,83,113); }

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

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

 a { background-color: rgb(191,83,113); }

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

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

 span { border-color: rgb(191,83,113); }

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