#BF5769

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

Shades of Blush #BF5769

Tints of Blush #BF5769

Color information

#BF5769 (or 0xBF5769) is unknown color: approx Blush. HEX triplet: BF, 57 and 69. RGB value is (191,87,105). Sum of RGB (Red+Green+Blue) = 191+87+105=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 87 (34.38% from 255 or 22.72% from 383); Blue value is 105 (41.41% from 255 or 27.42% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5769 is #40A896. Grayscale: #787878. Windows color (decimal): -4237463 or 6903743. OLE color: 6903743.

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

Color convert

RGB19187105-
CMYK00.540.450.25
HSL349.62º44.83%54.51%-
HSV(B)349.62º54.45%74.9%-
XYZ27.4418.9115.57-
YUV120.15119.46178.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.87%
GREEN value IS 87 (34.38% from 255) = 22.72%
BLUE value IS 105 (41.41% from 255) = 27.42%
R=49.87%
G=22.72%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918710500.540.450.25349.6244.8354.51
HexBF57690362D1915e2d37
Octal27712715106655315365567
Binary1011111110101111101001011011010110111001101011110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5769; }

 p { color: rgb(191,87,105); }

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

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

 a { background-color: rgb(191,87,105); }

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

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

 span { border-color: rgb(191,87,105); }

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