#BC585E

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

Shades of Mandy #BC585E

Tints of Mandy #BC585E

Color information

#BC585E (or 0xBC585E) is unknown color: approx Mandy. HEX triplet: BC, 58 and 5E. RGB value is (188,88,94). Sum of RGB (Red+Green+Blue) = 188+88+94=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC585E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC585E is #43A7A1. Grayscale: #767676. Windows color (decimal): -4433826 or 6183100. OLE color: 6183100.

HSL color Cylindrical-coordinate representation of color #BC585E: hue angle of 356.4º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC585E is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB1888894-
CMYK00.530.500.26
HSL356.4º42.74%54.12%-
HSV(B)356.4º53.19%73.73%-
XYZ26.2518.4812.77-
YUV118.58114.13177.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.81%
GREEN value IS 88 (34.77% from 255) = 23.78%
BLUE value IS 94 (37.11% from 255) = 25.41%
R=50.81%
G=23.78%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188889400.530.500.26356.442.7454.12
HexBC585E035321A1642b36
Octal27413013606562325445366
Binary1011110010110001011110011010111001011010101100100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC585E; }

 p { color: rgb(188,88,94); }

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

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

 a { background-color: rgb(188,88,94); }

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

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

 span { border-color: rgb(188,88,94); }

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