#BE5C6E

Color #BE5C6E Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blush #BE5C6E

Tints of Blush #BE5C6E

Color information

#BE5C6E (or 0xBE5C6E) is unknown color: approx Blush. HEX triplet: BE, 5C and 6E. RGB value is (190,92,110). Sum of RGB (Red+Green+Blue) = 190+92+110=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5C6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5C6E is #41A391. Grayscale: #7B7B7B. Windows color (decimal): -4301714 or 7232702. OLE color: 7232702.

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

Color convert

RGB19092110-
CMYK00.520.420.25
HSL348.98º42.98%55.29%-
HSV(B)348.98º51.58%74.51%-
XYZ27.8819.7317.09-
YUV123.35120.47175.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.47%
GREEN value IS 92 (36.33% from 255) = 23.47%
BLUE value IS 110 (43.36% from 255) = 28.06%
R=48.47%
G=23.47%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909211000.520.420.25348.9842.9855.29
HexBE5C6E0342A1915d2b37
Octal27613415606452315355367
Binary1011111010111001101110011010010101011001101011101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5C6E; }

 p { color: rgb(190,92,110); }

 H1.HeaderClassName
 {
   color: #BE5C6E;
 }
 .AnyTagClassName
 {
   color: #BE5C6E;
 }
</style>
background-color css

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

 a { background-color: rgb(190,92,110); }

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

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

 span { border-color: rgb(190,92,110); }

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