#be5967

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

Shades of Blush #BE5967

Tints of Blush #BE5967

Color information

#BE5967 (or 0xBE5967) is unknown color: approx Blush. HEX triplet: BE, 59 and 67. RGB value is (190,89,103). Sum of RGB (Red+Green+Blue) = 190+89+103=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 103 (40.62% from 255 or 26.96% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5967 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5967 is #41A698. Grayscale: #787878. Windows color (decimal): -4302489 or 6773182. OLE color: 6773182.

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

Color convert

RGB19089103-
CMYK00.530.460.25
HSL351.68º43.72%54.71%-
HSV(B)351.68º53.16%74.51%-
XYZ27.2619.0715.08-
YUV120.8117.96177.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.74%
GREEN value IS 89 (35.16% from 255) = 23.30%
BLUE value IS 103 (40.62% from 255) = 26.96%
R=49.74%
G=23.30%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908910300.530.460.25351.6843.7254.71
HexBE59670352E191602c37
Octal27613114706556315405467
Binary1011111010110011100111011010110111011001101100000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be5967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be5967; }

 p { color: rgb(190,89,103); }

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

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

 a { background-color: rgb(190,89,103); }

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

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

 span { border-color: rgb(190,89,103); }

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