#BE6269

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

Shades of Blush #BE6269

Tints of Blush #BE6269

Color information

#BE6269 (or 0xBE6269) is unknown color: approx Blush. HEX triplet: BE, 62 and 69. RGB value is (190,98,105). Sum of RGB (Red+Green+Blue) = 190+98+105=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6269 is #419D96. Grayscale: #7E7E7E. Windows color (decimal): -4300183 or 6906558. OLE color: 6906558.

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

Color convert

RGB19098105-
CMYK00.480.450.25
HSL355.43º41.44%56.47%-
HSV(B)355.43º48.42%74.51%-
XYZ28.1520.715.88-
YUV126.31115.98173.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.35%
GREEN value IS 98 (38.67% from 255) = 24.94%
BLUE value IS 105 (41.41% from 255) = 26.72%
R=48.35%
G=24.94%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909810500.480.450.25355.4341.4456.47
HexBE62690302D191632938
Octal27614215106055315435170
Binary1011111011000101101001011000010110111001101100011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6269; }

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

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

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

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

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

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

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

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