Html Css Color HEX #BE4965 Blush

📋 copy color: '#BE4965'

red 190 ◦ green 73 ◦ blue 101

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

Shades of Blush #BE4965

Tints of Blush #BE4965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.75%

R = 52.2%
G = 20.05%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE4965 (or 0xBE4965) is known color: Blush. HEX triplet: BE, 49 and 65. RGB value is (190,73,101). Sum of RGB (Red+Green+Blue) = 190+73+101=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4965 is #41B69A. Grayscale: #6F6F6F. Windows color (decimal): -4306587 or 6638014. OLE color: 6638014.

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

Color convert

RGB 190 73 101 -
CMYK 0 0.62 0.47 0.25
HSL 345.64º 0.47% 0.52% -
HSV(B) 345.64º 0.62% 0.75% -
XYZ 25.97 16.65 14.16 -
YUV 111.18 122.26 184.22 -
System Red Green Blue C M Y K H S L
Decimal 190 73 101 0 0.62 0.47 0.25 345.64 0.47 0.52
Hex BE 49 65 0 3E 2F 19 15A 2F 34
Octal 276 111 145 0 76 57 31 532 57 64
Binary 10111110 1001001 1100101 0 111110 101111 11001 101011010 101111 110100

Color Harmonies of #BE4965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4965

Black with #BE4965

Text Example


Text Example

White with #BE4965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4965; }

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

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

background-color css

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

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

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

border-color css

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

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

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