Html Css Color HEX #BE4D69 Blush

📋 copy color: '#BE4D69'

red 190 ◦ green 77 ◦ blue 105

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

Shades of Blush #BE4D69

Tints of Blush #BE4D69

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.7%

 BLUE value IS 105 (41.41% from 255) = 28.23%

R = 51.08%
G = 20.7%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BE4D69 (or 0xBE4D69) is known color: Blush. HEX triplet: BE, 4D and 69. RGB value is (190,77,105). Sum of RGB (Red+Green+Blue) = 190+77+105=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4D69 is #41B296. Grayscale: #717171. Windows color (decimal): -4305559 or 6901182. OLE color: 6901182.

HSL color Cylindrical-coordinate representation of color #BE4D69: hue angle of 345.13º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE4D69 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 77 105 -
CMYK 0 0.59 0.45 0.25
HSL 345.13º 0.47% 0.52% -
HSV(B) 345.13º 0.59% 0.75% -
XYZ 26.44 17.27 15.31 -
YUV 113.98 122.94 182.22 -
System Red Green Blue C M Y K H S L
Decimal 190 77 105 0 0.59 0.45 0.25 345.13 0.47 0.52
Hex BE 4D 69 0 3B 2D 19 159 2F 34
Octal 276 115 151 0 73 55 31 531 57 64
Binary 10111110 1001101 1101001 0 111011 101101 11001 101011001 101111 110100

Color Harmonies of #BE4D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4D69

Black with #BE4D69

Text Example


Text Example

White with #BE4D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4D69; }

 p { color: rgb(190,77,105); }

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

background-color css

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

 a { background-color: rgb(190,77,105); }

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

border-color css

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

 span { border-color: rgb(190,77,105); }

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