#BE5F69

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

Shades of Blush #BE5F69

Tints of Blush #BE5F69

Color information

#BE5F69 (or 0xBE5F69) is unknown color: approx Blush. HEX triplet: BE, 5F and 69. RGB value is (190,95,105). Sum of RGB (Red+Green+Blue) = 190+95+105=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 95 (37.5% from 255 or 24.36% from 390); Blue value is 105 (41.41% from 255 or 26.92% from 390); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5F69 is #41A096. Grayscale: #7C7C7C. Windows color (decimal): -4300951 or 6905790. OLE color: 6905790.

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

Color convert

RGB19095105-
CMYK00.50.450.25
HSL353.68º42.22%55.88%-
HSV(B)353.68º50%74.51%-
XYZ27.8820.1515.78-
YUV124.54116.97174.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.72%
GREEN value IS 95 (37.5% from 255) = 24.36%
BLUE value IS 105 (41.41% from 255) = 26.92%
R=48.72%
G=24.36%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909510500.50.450.25353.6842.2255.88
HexBE5F690322D191622a38
Octal27613715106255315425270
Binary1011111010111111101001011001010110111001101100010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5F69; }

 p { color: rgb(190,95,105); }

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

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

 a { background-color: rgb(190,95,105); }

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

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

 span { border-color: rgb(190,95,105); }

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