Html Css Color HEX #BF596D Blush

📋 copy color: '#BF596D'

red 191 ◦ green 89 ◦ blue 109

#BF596D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blush #BF596D

Tints of Blush #BF596D

RGB

 RED value IS 191 (75% from 255) = 49.1%

 GREEN value IS 89 (35.16% from 255) = 22.88%

 BLUE value IS 109 (42.97% from 255) = 28.02%

R = 49.1%
G = 22.88%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BF596D (or 0xBF596D) is known color: Blush. HEX triplet: BF, 59 and 6D. RGB value is (191,89,109). Sum of RGB (Red+Green+Blue) = 191+89+109=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 109 (42.97% from 255 or 28.02% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF596D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF596D is #40A692. Grayscale: #797979. Windows color (decimal): -4236947 or 7166399. OLE color: 7166399.

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

Color convert

RGB 191 89 109 -
CMYK 0 0.53 0.43 0.25
HSL 348.24º 0.44% 0.55% -
HSV(B) 348.24º 0.53% 0.75% -
XYZ 27.82 19.33 16.73 -
YUV 121.78 120.79 177.37 -
System Red Green Blue C M Y K H S L
Decimal 191 89 109 0 0.53 0.43 0.25 348.24 0.44 0.55
Hex BF 59 6D 0 35 2B 19 15C 2C 37
Octal 277 131 155 0 65 53 31 534 54 67
Binary 10111111 1011001 1101101 0 110101 101011 11001 101011100 101100 110111

Color Harmonies of #BF596D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF596D

Black with #BF596D

Text Example


Text Example

White with #BF596D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF596D; }

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

 H1.HeaderClassName
 {
   color: #BF596D;
 }
 .AnyTagClassName
 {
   color: #BF596D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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