Html Css Color HEX #BE5D66 Blush

📋 copy color: '#BE5D66'

red 190 ◦ green 93 ◦ blue 102

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

Shades of Blush #BE5D66

Tints of Blush #BE5D66

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.16%

 BLUE value IS 102 (40.23% from 255) = 26.49%

R = 49.35%
G = 24.16%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BE5D66 (or 0xBE5D66) is known color: Blush. HEX triplet: BE, 5D and 66. RGB value is (190,93,102). Sum of RGB (Red+Green+Blue) = 190+93+102=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5D66 is #41A299. Grayscale: #7B7B7B. Windows color (decimal): -4301466 or 6708670. OLE color: 6708670.

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

Color convert

RGB 190 93 102 -
CMYK 0 0.51 0.46 0.25
HSL 354.43º 0.43% 0.55% -
HSV(B) 354.43º 0.51% 0.75% -
XYZ 27.55 19.74 14.93 -
YUV 123.03 116.14 175.77 -
System Red Green Blue C M Y K H S L
Decimal 190 93 102 0 0.51 0.46 0.25 354.43 0.43 0.55
Hex BE 5D 66 0 33 2E 19 162 2B 37
Octal 276 135 146 0 63 56 31 542 53 67
Binary 10111110 1011101 1100110 0 110011 101110 11001 101100010 101011 110111

Color Harmonies of #BE5D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5D66

Black with #BE5D66

Text Example


Text Example

White with #BE5D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5D66; }

 p { color: rgb(190,93,102); }

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

background-color css

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

 a { background-color: rgb(190,93,102); }

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

border-color css

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

 span { border-color: rgb(190,93,102); }

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