Html Css Color HEX #BE495C Blush

📋 copy color: '#BE495C'

red 190 ◦ green 73 ◦ blue 92

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

Shades of Blush #BE495C

Tints of Blush #BE495C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.92%

R = 53.52%
G = 20.56%
B = 25.92%

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

#BE495C (or 0xBE495C) is known color: Blush. HEX triplet: BE, 49 and 5C. RGB value is (190,73,92). Sum of RGB (Red+Green+Blue) = 190+73+92=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE495C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE495C is #41B6A3. Grayscale: #6E6E6E. Windows color (decimal): -4306596 or 6048190. OLE color: 6048190.

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

Color convert

RGB 190 73 92 -
CMYK 0 0.62 0.52 0.25
HSL 350.26º 0.47% 0.52% -
HSV(B) 350.26º 0.62% 0.75% -
XYZ 25.55 16.48 11.96 -
YUV 110.15 117.76 184.96 -
System Red Green Blue C M Y K H S L
Decimal 190 73 92 0 0.62 0.52 0.25 350.26 0.47 0.52
Hex BE 49 5C 0 3E 34 19 15E 2F 34
Octal 276 111 134 0 76 64 31 536 57 64
Binary 10111110 1001001 1011100 0 111110 110100 11001 101011110 101111 110100

Color Harmonies of #BE495C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE495C

Black with #BE495C

Text Example


Text Example

White with #BE495C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE495C; }

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

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

background-color css

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

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

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

border-color css

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

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

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