Html Css Color HEX #BF5770 Blush

📋 copy color: '#BF5770'

red 191 ◦ green 87 ◦ blue 112

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

Shades of Blush #BF5770

Tints of Blush #BF5770

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.31%

 BLUE value IS 112 (44.14% from 255) = 28.72%

R = 48.97%
G = 22.31%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BF5770 (or 0xBF5770) is known color: Blush. HEX triplet: BF, 57 and 70. RGB value is (191,87,112). Sum of RGB (Red+Green+Blue) = 191+87+112=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5770 is #40A88F. Grayscale: #787878. Windows color (decimal): -4237456 or 7362495. OLE color: 7362495.

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

Color convert

RGB 191 87 112 -
CMYK 0 0.54 0.41 0.25
HSL 345.58º 0.45% 0.55% -
HSV(B) 345.58º 0.54% 0.75% -
XYZ 27.82 19.06 17.54 -
YUV 120.95 122.96 177.97 -
System Red Green Blue C M Y K H S L
Decimal 191 87 112 0 0.54 0.41 0.25 345.58 0.45 0.55
Hex BF 57 70 0 36 29 19 15A 2D 37
Octal 277 127 160 0 66 51 31 532 55 67
Binary 10111111 1010111 1110000 0 110110 101001 11001 101011010 101101 110111

Color Harmonies of #BF5770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5770

Black with #BF5770

Text Example


Text Example

White with #BF5770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5770; }

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

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

background-color css

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

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

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

border-color css

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

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

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