#BE565A

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

Shades of Mandy #BE565A

Tints of Mandy #BE565A

Color information

#BE565A (or 0xBE565A) is unknown color: approx Mandy. HEX triplet: BE, 56 and 5A. RGB value is (190,86,90). Sum of RGB (Red+Green+Blue) = 190+86+90=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE565A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE565A is #41A9A5. Grayscale: #757575. Windows color (decimal): -4303270 or 5920446. OLE color: 5920446.

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

Color convert

RGB1908690-
CMYK00.550.530.25
HSL357.69º44.44%54.12%-
HSV(B)357.69º54.74%74.51%-
XYZ26.4118.3411.82-
YUV117.55112.46179.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.91%
GREEN value IS 86 (33.98% from 255) = 23.50%
BLUE value IS 90 (35.55% from 255) = 24.59%
R=51.91%
G=23.50%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190869000.550.530.25357.6944.4454.12
HexBE565A03735191662c36
Octal27612613206765315465466
Binary1011111010101101011010011011111010111001101100110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE565A; }

 p { color: rgb(190,86,90); }

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

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

 a { background-color: rgb(190,86,90); }

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

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

 span { border-color: rgb(190,86,90); }

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