Html Css Color HEX #BE5670 Blush

📋 copy color: '#BE5670'

red 190 ◦ green 86 ◦ blue 112

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

Shades of Blush #BE5670

Tints of Blush #BE5670

RGB

 RED value IS 190 (74.61% from 255) = 48.97%

 GREEN value IS 86 (33.98% from 255) = 22.16%

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

R = 48.97%
G = 22.16%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE5670 (or 0xBE5670) is known color: Blush. HEX triplet: BE, 56 and 70. RGB value is (190,86,112). Sum of RGB (Red+Green+Blue) = 190+86+112=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5670 is #41A98F. Grayscale: #787878. Windows color (decimal): -4303248 or 7362238. OLE color: 7362238.

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

Color convert

RGB 190 86 112 -
CMYK 0 0.55 0.41 0.25
HSL 345º 0.44% 0.54% -
HSV(B) 345º 0.55% 0.75% -
XYZ 27.49 18.77 17.5 -
YUV 120.06 123.46 177.89 -
System Red Green Blue C M Y K H S L
Decimal 190 86 112 0 0.55 0.41 0.25 345 0.44 0.54
Hex BE 56 70 0 37 29 19 159 2C 36
Octal 276 126 160 0 67 51 31 531 54 66
Binary 10111110 1010110 1110000 0 110111 101001 11001 101011001 101100 110110

Color Harmonies of #BE5670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5670

Black with #BE5670

Text Example


Text Example

White with #BE5670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5670; }

 p { color: rgb(190,86,112); }

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

background-color css

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

 a { background-color: rgb(190,86,112); }

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

border-color css

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

 span { border-color: rgb(190,86,112); }

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