#BE4B6A

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

Shades of Blush #BE4B6A

Tints of Blush #BE4B6A

Color information

#BE4B6A (or 0xBE4B6A) is unknown color: approx Blush. HEX triplet: BE, 4B and 6A. RGB value is (190,75,106). Sum of RGB (Red+Green+Blue) = 190+75+106=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4B6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4B6A is #41B495. Grayscale: #707070. Windows color (decimal): -4306070 or 6966206. OLE color: 6966206.

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

Color convert

RGB19075106-
CMYK00.610.440.25
HSL343.83º46.94%51.96%-
HSV(B)343.83º60.53%74.51%-
XYZ26.3517.0215.53-
YUV112.92124.1182.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.21%
GREEN value IS 75 (29.69% from 255) = 20.22%
BLUE value IS 106 (41.80% from 255) = 28.57%
R=51.21%
G=20.22%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907510600.610.440.25343.8346.9451.96
HexBE4B6A03D2C191582f34
Octal27611315207554315305764
Binary1011111010010111101010011110110110011001101011000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4B6A; }

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

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

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

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

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

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

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

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