Html Css Color HEX #BE4262 Blush

📋 copy color: '#BE4262'

red 190 ◦ green 66 ◦ blue 98

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

Shades of Blush #BE4262

Tints of Blush #BE4262

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.64%

 BLUE value IS 98 (38.67% from 255) = 27.68%

R = 53.67%
G = 18.64%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BE4262 (or 0xBE4262) is known color: Blush. HEX triplet: BE, 42 and 62. RGB value is (190,66,98). Sum of RGB (Red+Green+Blue) = 190+66+98=354 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.67% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 98 (38.67% from 255 or 27.68% from 354); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4262 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4262 is #41BD9D. Grayscale: #6A6A6A. Windows color (decimal): -4308382 or 6439614. OLE color: 6439614.

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

Color convert

RGB 190 66 98 -
CMYK 0 0.65 0.48 0.25
HSL 344.52º 0.49% 0.5% -
HSV(B) 344.52º 0.65% 0.75% -
XYZ 25.39 15.73 13.25 -
YUV 106.72 123.08 187.4 -
System Red Green Blue C M Y K H S L
Decimal 190 66 98 0 0.65 0.48 0.25 344.52 0.49 0.5
Hex BE 42 62 0 41 30 19 159 31 32
Octal 276 102 142 0 101 60 31 531 61 62
Binary 10111110 1000010 1100010 0 1000001 110000 11001 101011001 110001 110010

Color Harmonies of #BE4262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4262

Black with #BE4262

Text Example


Text Example

White with #BE4262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4262; }

 p { color: rgb(190,66,98); }

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

background-color css

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

 a { background-color: rgb(190,66,98); }

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

border-color css

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

 span { border-color: rgb(190,66,98); }

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