#BC5D61

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

Shades of Mandy #BC5D61

Tints of Mandy #BC5D61

Color information

#BC5D61 (or 0xBC5D61) is unknown color: approx Mandy. HEX triplet: BC, 5D and 61. RGB value is (188,93,97). Sum of RGB (Red+Green+Blue) = 188+93+97=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 97 (38.28% from 255 or 25.66% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5D61 is #43A29E. Grayscale: #797979. Windows color (decimal): -4432543 or 6380988. OLE color: 6380988.

HSL color Cylindrical-coordinate representation of color #BC5D61: hue angle of 357.47º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC5D61 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB1889397-
CMYK00.510.480.26
HSL357.47º41.48%55.1%-
HSV(B)357.47º50.53%73.73%-
XYZ26.8119.3813.64-
YUV121.86113.97175.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.74%
GREEN value IS 93 (36.72% from 255) = 24.60%
BLUE value IS 97 (38.28% from 255) = 25.66%
R=49.74%
G=24.60%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188939700.510.480.26357.4741.4855.1
HexBC5D61033301A1652937
Octal27413514106360325455167
Binary1011110010111011100001011001111000011010101100101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5D61; }

 p { color: rgb(188,93,97); }

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

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

 a { background-color: rgb(188,93,97); }

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

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

 span { border-color: rgb(188,93,97); }

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