#BE536C

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

Shades of Blush #BE536C

Tints of Blush #BE536C

Color information

#BE536C (or 0xBE536C) is unknown color: approx Blush. HEX triplet: BE, 53 and 6C. RGB value is (190,83,108). Sum of RGB (Red+Green+Blue) = 190+83+108=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 190 - color contains mainly: red. Hex color #BE536C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE536C is #41AC93. Grayscale: #757575. Windows color (decimal): -4304020 or 7099326. OLE color: 7099326.

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

Color convert

RGB19083108-
CMYK00.560.430.25
HSL345.98º45.15%53.53%-
HSV(B)345.98º56.32%74.51%-
XYZ27.0418.2216.28-
YUV117.84122.45179.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.87%
GREEN value IS 83 (32.81% from 255) = 21.78%
BLUE value IS 108 (42.58% from 255) = 28.35%
R=49.87%
G=21.78%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908310800.560.430.25345.9845.1553.53
HexBE536C0382B1915a2d36
Octal27612315407053315325566
Binary1011111010100111101100011100010101111001101011010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE536C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE536C; }

 p { color: rgb(190,83,108); }

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

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

 a { background-color: rgb(190,83,108); }

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

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

 span { border-color: rgb(190,83,108); }

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