Html Css Color HEX #BE4F66 Blush

📋 copy color: '#BE4F66'

red 190 ◦ green 79 ◦ blue 102

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

Shades of Blush #BE4F66

Tints of Blush #BE4F66

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.29%

 BLUE value IS 102 (40.23% from 255) = 27.49%

R = 51.21%
G = 21.29%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BE4F66 (or 0xBE4F66) is known color: Blush. HEX triplet: BE, 4F and 66. RGB value is (190,79,102). Sum of RGB (Red+Green+Blue) = 190+79+102=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4F66 is #41B099. Grayscale: #727272. Windows color (decimal): -4305050 or 6705086. OLE color: 6705086.

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

Color convert

RGB 190 79 102 -
CMYK 0 0.58 0.46 0.25
HSL 347.57º 0.46% 0.53% -
HSV(B) 347.57º 0.58% 0.75% -
XYZ 26.43 17.5 14.55 -
YUV 114.81 120.77 181.63 -
System Red Green Blue C M Y K H S L
Decimal 190 79 102 0 0.58 0.46 0.25 347.57 0.46 0.53
Hex BE 4F 66 0 3A 2E 19 15C 2E 35
Octal 276 117 146 0 72 56 31 534 56 65
Binary 10111110 1001111 1100110 0 111010 101110 11001 101011100 101110 110101

Color Harmonies of #BE4F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4F66

Black with #BE4F66

Text Example


Text Example

White with #BE4F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4F66; }

 p { color: rgb(190,79,102); }

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

background-color css

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

 a { background-color: rgb(190,79,102); }

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

border-color css

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

 span { border-color: rgb(190,79,102); }

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