Html Css Color HEX #BE3E60 Blush

📋 copy color: '#BE3E60'

red 190 ◦ green 62 ◦ blue 96

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

Shades of Blush #BE3E60

Tints of Blush #BE3E60

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.82%

 BLUE value IS 96 (37.89% from 255) = 27.59%

R = 54.6%
G = 17.82%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BE3E60 (or 0xBE3E60) is known color: Blush. HEX triplet: BE, 3E and 60. RGB value is (190,62,96). Sum of RGB (Red+Green+Blue) = 190+62+96=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 62 (24.61% from 255 or 17.82% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3E60 is #41C19F. Grayscale: #686868. Windows color (decimal): -4309408 or 6307518. OLE color: 6307518.

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

Color convert

RGB 190 62 96 -
CMYK 0 0.67 0.49 0.25
HSL 344.06º 0.51% 0.49% -
HSV(B) 344.06º 0.67% 0.75% -
XYZ 25.07 15.24 12.69 -
YUV 104.15 123.41 189.24 -
System Red Green Blue C M Y K H S L
Decimal 190 62 96 0 0.67 0.49 0.25 344.06 0.51 0.49
Hex BE 3E 60 0 43 31 19 158 33 31
Octal 276 76 140 0 103 61 31 530 63 61
Binary 10111110 111110 1100000 0 1000011 110001 11001 101011000 110011 110001

Color Harmonies of #BE3E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3E60

Black with #BE3E60

Text Example


Text Example

White with #BE3E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3E60; }

 p { color: rgb(190,62,96); }

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

background-color css

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

 a { background-color: rgb(190,62,96); }

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

border-color css

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

 span { border-color: rgb(190,62,96); }

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