Html Css Color HEX #BE445E Blush

📋 copy color: '#BE445E'

red 190 ◦ green 68 ◦ blue 94

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

Shades of Blush #BE445E

Tints of Blush #BE445E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.32%

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

R = 53.98%
G = 19.32%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE445E (or 0xBE445E) is known color: Blush. HEX triplet: BE, 44 and 5E. RGB value is (190,68,94). Sum of RGB (Red+Green+Blue) = 190+68+94=352 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.98% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 190 - color contains mainly: red. Hex color #BE445E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE445E is #41BBA1. Grayscale: #6B6B6B. Windows color (decimal): -4307874 or 6177982. OLE color: 6177982.

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

Color convert

RGB 190 68 94 -
CMYK 0 0.64 0.51 0.25
HSL 347.21º 0.48% 0.51% -
HSV(B) 347.21º 0.64% 0.75% -
XYZ 25.32 15.89 12.32 -
YUV 107.44 120.42 186.89 -
System Red Green Blue C M Y K H S L
Decimal 190 68 94 0 0.64 0.51 0.25 347.21 0.48 0.51
Hex BE 44 5E 0 40 33 19 15B 30 33
Octal 276 104 136 0 100 63 31 533 60 63
Binary 10111110 1000100 1011110 0 1000000 110011 11001 101011011 110000 110011

Color Harmonies of #BE445E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE445E

Black with #BE445E

Text Example


Text Example

White with #BE445E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE445E; }

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

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

background-color css

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

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

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

border-color css

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

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

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