Html Css Color HEX #BE5364 Blush

📋 copy color: '#BE5364'

red 190 ◦ green 83 ◦ blue 100

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

Shades of Blush #BE5364

Tints of Blush #BE5364

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.25%

 BLUE value IS 100 (39.45% from 255) = 26.81%

R = 50.94%
G = 22.25%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE5364 (or 0xBE5364) is known color: Blush. HEX triplet: BE, 53 and 64. RGB value is (190,83,100). Sum of RGB (Red+Green+Blue) = 190+83+100=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5364 is #41AC9B. Grayscale: #747474. Windows color (decimal): -4304028 or 6575038. OLE color: 6575038.

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

Color convert

RGB 190 83 100 -
CMYK 0 0.56 0.47 0.25
HSL 350.47º 0.45% 0.54% -
HSV(B) 350.47º 0.56% 0.75% -
XYZ 26.63 18.05 14.14 -
YUV 116.93 118.45 180.12 -
System Red Green Blue C M Y K H S L
Decimal 190 83 100 0 0.56 0.47 0.25 350.47 0.45 0.54
Hex BE 53 64 0 38 2F 19 15E 2D 36
Octal 276 123 144 0 70 57 31 536 55 66
Binary 10111110 1010011 1100100 0 111000 101111 11001 101011110 101101 110110

Color Harmonies of #BE5364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5364

Black with #BE5364

Text Example


Text Example

White with #BE5364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5364; }

 p { color: rgb(190,83,100); }

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

background-color css

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

 a { background-color: rgb(190,83,100); }

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

border-color css

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

 span { border-color: rgb(190,83,100); }

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