Html Css Color HEX #BF596A Blush

📋 copy color: '#BF596A'

red 191 ◦ green 89 ◦ blue 106

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

Shades of Blush #BF596A

Tints of Blush #BF596A

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.8% from 255) = 27.46%

R = 49.48%
G = 23.06%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BF596A (or 0xBF596A) is known color: 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

RGB 191 89 106 -
CMYK 0 0.53 0.45 0.25
HSL 350º 0.44% 0.55% -
HSV(B) 350º 0.53% 0.75% -
XYZ 27.66 19.26 15.9 -
YUV 121.44 119.29 177.62 -
System Red Green Blue C M Y K H S L
Decimal 191 89 106 0 0.53 0.45 0.25 350 0.44 0.55
Hex BF 59 6A 0 35 2D 19 15E 2C 37
Octal 277 131 152 0 65 55 31 536 54 67
Binary 10111111 1011001 1101010 0 110101 101101 11001 101011110 101100 110111

Color Harmonies of #BF596A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF596A

Black with #BF596A

Text Example


Text Example

White with #BF596A

Text Example


Text Example

HTML Codes & Css Web 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>