#BE606A

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

Shades of Blush #BE606A

Tints of Blush #BE606A

Color information

#BE606A (or 0xBE606A) is unknown color: approx Blush. HEX triplet: BE, 60 and 6A. RGB value is (190,96,106). Sum of RGB (Red+Green+Blue) = 190+96+106=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 106 (41.80% from 255 or 27.04% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BE606A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE606A is #419F95. Grayscale: #7D7D7D. Windows color (decimal): -4300694 or 6971582. OLE color: 6971582.

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

Color convert

RGB19096106-
CMYK00.490.440.25
HSL353.62º41.96%56.08%-
HSV(B)353.62º49.47%74.51%-
XYZ28.0220.3516.09-
YUV125.25117.14174.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.47%
GREEN value IS 96 (37.89% from 255) = 24.49%
BLUE value IS 106 (41.80% from 255) = 27.04%
R=48.47%
G=24.49%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909610600.490.440.25353.6241.9656.08
HexBE606A0312C191622a38
Octal27614015206154315425270
Binary1011111011000001101010011000110110011001101100010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE606A; }

 p { color: rgb(190,96,106); }

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

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

 a { background-color: rgb(190,96,106); }

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

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

 span { border-color: rgb(190,96,106); }

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