Html Css Color HEX #BE5E68 Blush

📋 copy color: '#BE5E68'

red 190 ◦ green 94 ◦ blue 104

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

Shades of Blush #BE5E68

Tints of Blush #BE5E68

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.23%

 BLUE value IS 104 (41.02% from 255) = 26.8%

R = 48.97%
G = 24.23%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BE5E68 (or 0xBE5E68) is known color: Blush. HEX triplet: BE, 5E and 68. RGB value is (190,94,104). Sum of RGB (Red+Green+Blue) = 190+94+104=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 104 (41.02% from 255 or 26.80% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5E68 is #41A197. Grayscale: #7B7B7B. Windows color (decimal): -4301208 or 6839998. OLE color: 6839998.

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

Color convert

RGB 190 94 104 -
CMYK 0 0.51 0.45 0.25
HSL 353.75º 0.42% 0.56% -
HSV(B) 353.75º 0.51% 0.75% -
XYZ 27.74 19.95 15.49 -
YUV 123.84 116.8 175.19 -
System Red Green Blue C M Y K H S L
Decimal 190 94 104 0 0.51 0.45 0.25 353.75 0.42 0.56
Hex BE 5E 68 0 33 2D 19 162 2A 38
Octal 276 136 150 0 63 55 31 542 52 70
Binary 10111110 1011110 1101000 0 110011 101101 11001 101100010 101010 111000

Color Harmonies of #BE5E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5E68

Black with #BE5E68

Text Example


Text Example

White with #BE5E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5E68; }

 p { color: rgb(190,94,104); }

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

background-color css

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

 a { background-color: rgb(190,94,104); }

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

border-color css

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

 span { border-color: rgb(190,94,104); }

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