Html Css Color HEX #BE5065 Blush

📋 copy color: '#BE5065'

red 190 ◦ green 80 ◦ blue 101

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

Shades of Blush #BE5065

Tints of Blush #BE5065

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.56%

 BLUE value IS 101 (39.84% from 255) = 27.22%

R = 51.21%
G = 21.56%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE5065 (or 0xBE5065) is known color: Blush. HEX triplet: BE, 50 and 65. RGB value is (190,80,101). Sum of RGB (Red+Green+Blue) = 190+80+101=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5065 is #41AF9A. Grayscale: #737373. Windows color (decimal): -4304795 or 6639806. OLE color: 6639806.

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

Color convert

RGB 190 80 101 -
CMYK 0 0.58 0.47 0.25
HSL 348.55º 0.46% 0.53% -
HSV(B) 348.55º 0.58% 0.75% -
XYZ 26.45 17.62 14.32 -
YUV 115.28 119.94 181.29 -
System Red Green Blue C M Y K H S L
Decimal 190 80 101 0 0.58 0.47 0.25 348.55 0.46 0.53
Hex BE 50 65 0 3A 2F 19 15D 2E 35
Octal 276 120 145 0 72 57 31 535 56 65
Binary 10111110 1010000 1100101 0 111010 101111 11001 101011101 101110 110101

Color Harmonies of #BE5065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5065

Black with #BE5065

Text Example


Text Example

White with #BE5065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5065; }

 p { color: rgb(190,80,101); }

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

background-color css

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

 a { background-color: rgb(190,80,101); }

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

border-color css

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

 span { border-color: rgb(190,80,101); }

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