Html Css Color HEX #BE4564 Blush

📋 copy color: '#BE4564'

red 190 ◦ green 69 ◦ blue 100

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

Shades of Blush #BE4564

Tints of Blush #BE4564

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.22%

 BLUE value IS 100 (39.45% from 255) = 27.86%

R = 52.92%
G = 19.22%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE4564 (or 0xBE4564) is known color: Blush. HEX triplet: BE, 45 and 64. RGB value is (190,69,100). Sum of RGB (Red+Green+Blue) = 190+69+100=359 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.92% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4564 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4564 is #41BA9B. Grayscale: #6C6C6C. Windows color (decimal): -4307612 or 6571454. OLE color: 6571454.

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

Color convert

RGB 190 69 100 -
CMYK 0 0.64 0.47 0.25
HSL 344.63º 0.48% 0.51% -
HSV(B) 344.63º 0.64% 0.75% -
XYZ 25.66 16.12 13.82 -
YUV 108.71 123.09 185.98 -
System Red Green Blue C M Y K H S L
Decimal 190 69 100 0 0.64 0.47 0.25 344.63 0.48 0.51
Hex BE 45 64 0 40 2F 19 159 30 33
Octal 276 105 144 0 100 57 31 531 60 63
Binary 10111110 1000101 1100100 0 1000000 101111 11001 101011001 110000 110011

Color Harmonies of #BE4564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4564

Black with #BE4564

Text Example


Text Example

White with #BE4564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4564; }

 p { color: rgb(190,69,100); }

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

background-color css

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

 a { background-color: rgb(190,69,100); }

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

border-color css

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

 span { border-color: rgb(190,69,100); }

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