Html Css Color HEX #BE4963 Blush

📋 copy color: '#BE4963'

red 190 ◦ green 73 ◦ blue 99

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

Shades of Blush #BE4963

Tints of Blush #BE4963

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.17%

 BLUE value IS 99 (39.06% from 255) = 27.35%

R = 52.49%
G = 20.17%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BE4963 (or 0xBE4963) is known color: Blush. HEX triplet: BE, 49 and 63. RGB value is (190,73,99). Sum of RGB (Red+Green+Blue) = 190+73+99=362 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.49% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 99 (39.06% from 255 or 27.35% from 362); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4963 is #41B69C. Grayscale: #6E6E6E. Windows color (decimal): -4306589 or 6506942. OLE color: 6506942.

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

Color convert

RGB 190 73 99 -
CMYK 0 0.62 0.48 0.25
HSL 346.67º 0.47% 0.52% -
HSV(B) 346.67º 0.62% 0.75% -
XYZ 25.87 16.61 13.65 -
YUV 110.95 121.26 184.39 -
System Red Green Blue C M Y K H S L
Decimal 190 73 99 0 0.62 0.48 0.25 346.67 0.47 0.52
Hex BE 49 63 0 3E 30 19 15B 2F 34
Octal 276 111 143 0 76 60 31 533 57 64
Binary 10111110 1001001 1100011 0 111110 110000 11001 101011011 101111 110100

Color Harmonies of #BE4963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4963

Black with #BE4963

Text Example


Text Example

White with #BE4963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4963; }

 p { color: rgb(190,73,99); }

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

background-color css

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

 a { background-color: rgb(190,73,99); }

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

border-color css

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

 span { border-color: rgb(190,73,99); }

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