Html Css Color HEX #BE5168 Blush

📋 copy color: '#BE5168'

red 190 ◦ green 81 ◦ blue 104

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

Shades of Blush #BE5168

Tints of Blush #BE5168

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.6%

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

R = 50.67%
G = 21.6%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BE5168 (or 0xBE5168) is known color: Blush. HEX triplet: BE, 51 and 68. RGB value is (190,81,104). Sum of RGB (Red+Green+Blue) = 190+81+104=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5168 is #41AE97. Grayscale: #747474. Windows color (decimal): -4304536 or 6836670. OLE color: 6836670.

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

Color convert

RGB 190 81 104 -
CMYK 0 0.57 0.45 0.25
HSL 347.34º 0.46% 0.53% -
HSV(B) 347.34º 0.57% 0.75% -
XYZ 26.68 17.83 15.13 -
YUV 116.21 121.11 180.63 -
System Red Green Blue C M Y K H S L
Decimal 190 81 104 0 0.57 0.45 0.25 347.34 0.46 0.53
Hex BE 51 68 0 39 2D 19 15B 2E 35
Octal 276 121 150 0 71 55 31 533 56 65
Binary 10111110 1010001 1101000 0 111001 101101 11001 101011011 101110 110101

Color Harmonies of #BE5168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5168

Black with #BE5168

Text Example


Text Example

White with #BE5168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5168; }

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

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

background-color css

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

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

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

border-color css

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

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

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