#BE466A

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

Shades of Blush #BE466A

Tints of Blush #BE466A

Color information

#BE466A (or 0xBE466A) is unknown color: approx Blush. HEX triplet: BE, 46 and 6A. RGB value is (190,70,106). Sum of RGB (Red+Green+Blue) = 190+70+106=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE466A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE466A is #41B995. Grayscale: #6D6D6D. Windows color (decimal): -4307350 or 6964926. OLE color: 6964926.

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

Color convert

RGB19070106-
CMYK00.630.440.25
HSL342º48%50.98%-
HSV(B)342º63.16%74.51%-
XYZ26.0316.3715.42-
YUV109.98125.76185.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.91%
GREEN value IS 70 (27.73% from 255) = 19.13%
BLUE value IS 106 (41.80% from 255) = 28.96%
R=51.91%
G=19.13%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907010600.630.440.253424850.98
HexBE466A03F2C191563033
Octal27610615207754315266063
Binary1011111010001101101010011111110110011001101010110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE466A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE466A; }

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

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

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

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

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

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

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

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