#BF596E

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

Shades of Blush #BF596E

Tints of Blush #BF596E

Color information

#BF596E (or 0xBF596E) is unknown color: approx Blush. HEX triplet: BF, 59 and 6E. RGB value is (191,89,110). Sum of RGB (Red+Green+Blue) = 191+89+110=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 110 (43.36% from 255 or 28.21% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BF596E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF596E is #40A691. Grayscale: #797979. Windows color (decimal): -4236946 or 7231935. OLE color: 7231935.

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

Color convert

RGB19189110-
CMYK00.530.420.25
HSL347.65º44.35%54.9%-
HSV(B)347.65º53.4%74.9%-
XYZ27.8719.3517.02-
YUV121.89121.29177.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.97%
GREEN value IS 89 (35.16% from 255) = 22.82%
BLUE value IS 110 (43.36% from 255) = 28.21%
R=48.97%
G=22.82%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918911000.530.420.25347.6544.3554.9
HexBF596E0352A1915c2c37
Octal27713115606552315345467
Binary1011111110110011101110011010110101011001101011100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF596E; }

 p { color: rgb(191,89,110); }

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

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

 a { background-color: rgb(191,89,110); }

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

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

 span { border-color: rgb(191,89,110); }

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