Html Css Color HEX #BE505E Blush

📋 copy color: '#BE505E'

red 190 ◦ green 80 ◦ blue 94

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

Shades of Blush #BE505E

Tints of Blush #BE505E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.98%

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

R = 52.2%
G = 21.98%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE505E (or 0xBE505E) is known color: Blush. HEX triplet: BE, 50 and 5E. RGB value is (190,80,94). Sum of RGB (Red+Green+Blue) = 190+80+94=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 94 (37.11% from 255 or 25.82% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE505E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE505E is #41AFA1. Grayscale: #727272. Windows color (decimal): -4304802 or 6181054. OLE color: 6181054.

HSL color Cylindrical-coordinate representation of color #BE505E: hue angle of 352.36º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE505E is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 80 94 -
CMYK 0 0.58 0.51 0.25
HSL 352.36º 0.46% 0.53% -
HSV(B) 352.36º 0.58% 0.75% -
XYZ 26.12 17.49 12.59 -
YUV 114.49 116.44 181.86 -
System Red Green Blue C M Y K H S L
Decimal 190 80 94 0 0.58 0.51 0.25 352.36 0.46 0.53
Hex BE 50 5E 0 3A 33 19 160 2E 35
Octal 276 120 136 0 72 63 31 540 56 65
Binary 10111110 1010000 1011110 0 111010 110011 11001 101100000 101110 110101

Color Harmonies of #BE505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE505E

Black with #BE505E

Text Example


Text Example

White with #BE505E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE505E; }

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

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

background-color css

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

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

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

border-color css

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

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

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