#BE636C

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

Shades of Blush #BE636C

Tints of Blush #BE636C

Color information

#BE636C (or 0xBE636C) is unknown color: approx Blush. HEX triplet: BE, 63 and 6C. RGB value is (190,99,108). Sum of RGB (Red+Green+Blue) = 190+99+108=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE636C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE636C is #419C93. Grayscale: #7F7F7F. Windows color (decimal): -4299924 or 7103422. OLE color: 7103422.

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

Color convert

RGB19099108-
CMYK00.480.430.25
HSL354.07º41.18%56.67%-
HSV(B)354.07º47.89%74.51%-
XYZ28.420.9516.73-
YUV127.24117.15172.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.86%
GREEN value IS 99 (39.06% from 255) = 24.94%
BLUE value IS 108 (42.58% from 255) = 27.20%
R=47.86%
G=24.94%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909910800.480.430.25354.0741.1856.67
HexBE636C0302B191622939
Octal27614315406053315425171
Binary1011111011000111101100011000010101111001101100010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE636C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE636C; }

 p { color: rgb(190,99,108); }

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

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

 a { background-color: rgb(190,99,108); }

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

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

 span { border-color: rgb(190,99,108); }

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