#BE6170

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

Shades of Blush #BE6170

Tints of Blush #BE6170

Color information

#BE6170 (or 0xBE6170) is unknown color: approx Blush. HEX triplet: BE, 61 and 70. RGB value is (190,97,112). Sum of RGB (Red+Green+Blue) = 190+97+112=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 97 (38.28% from 255 or 24.31% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6170 is #419E8F. Grayscale: #7E7E7E. Windows color (decimal): -4300432 or 7365054. OLE color: 7365054.

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

Color convert

RGB19097112-
CMYK00.490.410.25
HSL350.32º41.7%56.27%-
HSV(B)350.32º48.95%74.51%-
XYZ28.4320.6717.82-
YUV126.52119.81173.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.62%
GREEN value IS 97 (38.28% from 255) = 24.31%
BLUE value IS 112 (44.14% from 255) = 28.07%
R=47.62%
G=24.31%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909711200.490.410.25350.3241.756.27
HexBE6170031291915e2a38
Octal27614116006151315365270
Binary1011111011000011110000011000110100111001101011110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6170; }

 p { color: rgb(190,97,112); }

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

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

 a { background-color: rgb(190,97,112); }

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

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

 span { border-color: rgb(190,97,112); }

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