Html Css Color HEX #BE4063 Blush

📋 copy color: '#BE4063'

red 190 ◦ green 64 ◦ blue 99

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

Shades of Blush #BE4063

Tints of Blush #BE4063

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.13%

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

R = 53.82%
G = 18.13%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BE4063 (or 0xBE4063) is known color: Blush. HEX triplet: BE, 40 and 63. RGB value is (190,64,99). Sum of RGB (Red+Green+Blue) = 190+64+99=353 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.82% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 99 (39.06% from 255 or 28.05% from 353); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4063 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4063 is #41BF9C. Grayscale: #696969. Windows color (decimal): -4308893 or 6504638. OLE color: 6504638.

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

Color convert

RGB 190 64 99 -
CMYK 0 0.66 0.48 0.25
HSL 343.33º 0.5% 0.5% -
HSV(B) 343.33º 0.66% 0.75% -
XYZ 25.32 15.51 13.46 -
YUV 105.66 124.24 188.15 -
System Red Green Blue C M Y K H S L
Decimal 190 64 99 0 0.66 0.48 0.25 343.33 0.5 0.5
Hex BE 40 63 0 42 30 19 157 32 32
Octal 276 100 143 0 102 60 31 527 62 62
Binary 10111110 1000000 1100011 0 1000010 110000 11001 101010111 110010 110010

Color Harmonies of #BE4063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4063

Black with #BE4063

Text Example


Text Example

White with #BE4063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4063; }

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

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

background-color css

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

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

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

border-color css

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

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

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