#BE6569

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

Shades of Blush #BE6569

Tints of Blush #BE6569

Color information

#BE6569 (or 0xBE6569) is unknown color: approx Blush. HEX triplet: BE, 65 and 69. RGB value is (190,101,105). Sum of RGB (Red+Green+Blue) = 190+101+105=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 105 (41.41% from 255 or 26.52% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6569 is #419A96. Grayscale: #808080. Windows color (decimal): -4299415 or 6907326. OLE color: 6907326.

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

Color convert

RGB190101105-
CMYK00.470.450.25
HSL357.3º40.64%57.06%-
HSV(B)357.3º46.84%74.51%-
XYZ28.4421.2715.97-
YUV128.07114.99172.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.98%
GREEN value IS 101 (39.84% from 255) = 25.51%
BLUE value IS 105 (41.41% from 255) = 26.52%
R=47.98%
G=25.51%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010110500.470.450.25357.340.6457.06
HexBE656902F2D191652939
Octal27614515105755315455171
Binary1011111011001011101001010111110110111001101100101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6569; }

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

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

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

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

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

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

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

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