#be656a

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

Shades of Blush #BE656A

Tints of Blush #BE656A

Color information

#BE656A (or 0xBE656A) is unknown color: approx Blush. HEX triplet: BE, 65 and 6A. RGB value is (190,101,106). Sum of RGB (Red+Green+Blue) = 190+101+106=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE656A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE656A is #419A95. Grayscale: #808080. Windows color (decimal): -4299414 or 6972862. OLE color: 6972862.

HSL color Cylindrical-coordinate representation of color #BE656A: hue angle of 356.63º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE656A is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB190101106-
CMYK00.470.440.25
HSL356.63º40.64%57.06%-
HSV(B)356.63º46.84%74.51%-
XYZ28.4921.316.24-
YUV128.18115.49172.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.86%
GREEN value IS 101 (39.84% from 255) = 25.44%
BLUE value IS 106 (41.80% from 255) = 26.70%
R=47.86%
G=25.44%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010110600.470.440.25356.6340.6457.06
HexBE656A02F2C191652939
Octal27614515205754315455171
Binary1011111011001011101010010111110110011001101100101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be656a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be656a; }

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

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

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

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

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

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

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

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