#BE6168

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

Shades of Blush #BE6168

Tints of Blush #BE6168

Color information

#BE6168 (or 0xBE6168) is unknown color: approx Blush. HEX triplet: BE, 61 and 68. RGB value is (190,97,104). Sum of RGB (Red+Green+Blue) = 190+97+104=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6168 is #419E97. Grayscale: #7D7D7D. Windows color (decimal): -4300440 or 6840766. OLE color: 6840766.

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

Color convert

RGB19097104-
CMYK00.490.450.25
HSL355.48º41.7%56.27%-
HSV(B)355.48º48.95%74.51%-
XYZ28.0120.515.58-
YUV125.6115.81173.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.59%
GREEN value IS 97 (38.28% from 255) = 24.81%
BLUE value IS 104 (41.02% from 255) = 26.60%
R=48.59%
G=24.81%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909710400.490.450.25355.4841.756.27
HexBE61680312D191632a38
Octal27614115006155315435270
Binary1011111011000011101000011000110110111001101100011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6168; }

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

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

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

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

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

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

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

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