#BE4263

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

Shades of Blush #BE4263

Tints of Blush #BE4263

Color information

#BE4263 (or 0xBE4263) is unknown color: approx Blush. HEX triplet: BE, 42 and 63. RGB value is (190,66,99). Sum of RGB (Red+Green+Blue) = 190+66+99=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 99 (39.06% from 255 or 27.89% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4263 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4263 is #41BD9C. Grayscale: #6A6A6A. Windows color (decimal): -4308381 or 6505150. OLE color: 6505150.

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

Color convert

RGB1906699-
CMYK00.650.480.25
HSL344.03º48.82%50.2%-
HSV(B)344.03º65.26%74.51%-
XYZ25.4415.7413.5-
YUV106.84123.58187.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.52%
GREEN value IS 66 (26.17% from 255) = 18.59%
BLUE value IS 99 (39.06% from 255) = 27.89%
R=53.52%
G=18.59%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190669900.650.480.25344.0348.8250.2
HexBE426304130191583132
Octal276102143010160315306162
Binary10111110100001011000110100000111000011001101011000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4263; }

 p { color: rgb(190,66,99); }

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

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

 a { background-color: rgb(190,66,99); }

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

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

 span { border-color: rgb(190,66,99); }

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