#BE5B67

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

Shades of Blush #BE5B67

Tints of Blush #BE5B67

Color information

#BE5B67 (or 0xBE5B67) is unknown color: approx Blush. HEX triplet: BE, 5B and 67. RGB value is (190,91,103). Sum of RGB (Red+Green+Blue) = 190+91+103=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 91 (35.94% from 255 or 23.70% from 384); Blue value is 103 (40.62% from 255 or 26.82% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5B67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5B67 is #41A498. Grayscale: #7A7A7A. Windows color (decimal): -4301977 or 6773694. OLE color: 6773694.

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

Color convert

RGB19091103-
CMYK00.520.460.25
HSL352.73º43.23%55.1%-
HSV(B)352.73º52.11%74.51%-
XYZ27.4219.4115.13-
YUV121.97117.3176.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.48%
GREEN value IS 91 (35.94% from 255) = 23.70%
BLUE value IS 103 (40.62% from 255) = 26.82%
R=49.48%
G=23.70%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909110300.520.460.25352.7343.2355.1
HexBE5B670342E191612b37
Octal27613314706456315415367
Binary1011111010110111100111011010010111011001101100001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5B67; }

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

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

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

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

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

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

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

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