Html Css Color HEX #BE495B Blush

📋 copy color: '#BE495B'

red 190 ◦ green 73 ◦ blue 91

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

Shades of Blush #BE495B

Tints of Blush #BE495B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.71%

R = 53.67%
G = 20.62%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BE495B (or 0xBE495B) is known color: Blush. HEX triplet: BE, 49 and 5B. RGB value is (190,73,91). Sum of RGB (Red+Green+Blue) = 190+73+91=354 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.67% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 190 - color contains mainly: red. Hex color #BE495B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE495B is #41B6A4. Grayscale: #6E6E6E. Windows color (decimal): -4306597 or 5982654. OLE color: 5982654.

HSL color Cylindrical-coordinate representation of color #BE495B: hue angle of 350.77º 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 #BE495B is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 73 91 -
CMYK 0 0.62 0.52 0.25
HSL 350.77º 0.47% 0.52% -
HSV(B) 350.77º 0.62% 0.75% -
XYZ 25.51 16.47 11.73 -
YUV 110.04 117.26 185.04 -
System Red Green Blue C M Y K H S L
Decimal 190 73 91 0 0.62 0.52 0.25 350.77 0.47 0.52
Hex BE 49 5B 0 3E 34 19 15F 2F 34
Octal 276 111 133 0 76 64 31 537 57 64
Binary 10111110 1001001 1011011 0 111110 110100 11001 101011111 101111 110100

Color Harmonies of #BE495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE495B

Black with #BE495B

Text Example


Text Example

White with #BE495B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE495B; }

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

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

background-color css

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

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

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

border-color css

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

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

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