Html Css Color HEX #BE495E Blush

📋 copy color: '#BE495E'

red 190 ◦ green 73 ◦ blue 94

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

Shades of Blush #BE495E

Tints of Blush #BE495E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.33%

R = 53.22%
G = 20.45%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE495E (or 0xBE495E) is known color: Blush. HEX triplet: BE, 49 and 5E. RGB value is (190,73,94). Sum of RGB (Red+Green+Blue) = 190+73+94=357 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.22% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 190 - color contains mainly: red. Hex color #BE495E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE495E is #41B6A1. Grayscale: #6E6E6E. Windows color (decimal): -4306594 or 6179262. OLE color: 6179262.

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

Color convert

RGB 190 73 94 -
CMYK 0 0.62 0.51 0.25
HSL 349.23º 0.47% 0.52% -
HSV(B) 349.23º 0.62% 0.75% -
XYZ 25.64 16.52 12.43 -
YUV 110.38 118.76 184.79 -
System Red Green Blue C M Y K H S L
Decimal 190 73 94 0 0.62 0.51 0.25 349.23 0.47 0.52
Hex BE 49 5E 0 3E 33 19 15D 2F 34
Octal 276 111 136 0 76 63 31 535 57 64
Binary 10111110 1001001 1011110 0 111110 110011 11001 101011101 101111 110100

Color Harmonies of #BE495E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE495E

Black with #BE495E

Text Example


Text Example

White with #BE495E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE495E; }

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

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

background-color css

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

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

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

border-color css

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

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

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