#bf596a

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

Shades of Blush #BF596A

Tints of Blush #BF596A

Color information

#BF596A (or 0xBF596A) is unknown color: approx Blush. HEX triplet: BF, 59 and 6A. RGB value is (191,89,106). Sum of RGB (Red+Green+Blue) = 191+89+106=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 106 (41.80% from 255 or 27.46% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BF596A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF596A is #40A695. Grayscale: #797979. Windows color (decimal): -4236950 or 6969791. OLE color: 6969791.

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

Color convert

RGB19189106-
CMYK00.530.450.25
HSL350º44.35%54.9%-
HSV(B)350º53.4%74.9%-
XYZ27.6619.2615.9-
YUV121.44119.29177.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.48%
GREEN value IS 89 (35.16% from 255) = 23.06%
BLUE value IS 106 (41.80% from 255) = 27.46%
R=49.48%
G=23.06%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918910600.530.450.2535044.3554.9
HexBF596A0352D1915e2c37
Octal27713115206555315365467
Binary1011111110110011101010011010110110111001101011110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf596a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf596a; }

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

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

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

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

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

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

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

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