#BC5A5C

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

Shades of Mandy #BC5A5C

Tints of Mandy #BC5A5C

Color information

#BC5A5C (or 0xBC5A5C) is unknown color: approx Mandy. HEX triplet: BC, 5A and 5C. RGB value is (188,90,92). Sum of RGB (Red+Green+Blue) = 188+90+92=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5A5C is #43A5A3. Grayscale: #777777. Windows color (decimal): -4433316 or 6052540. OLE color: 6052540.

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

Color convert

RGB1889092-
CMYK00.520.510.26
HSL358.78º42.24%54.51%-
HSV(B)358.78º52.13%73.73%-
XYZ26.3318.7812.36-
YUV119.53112.47176.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.81%
GREEN value IS 90 (35.55% from 255) = 24.32%
BLUE value IS 92 (36.33% from 255) = 24.86%
R=50.81%
G=24.32%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188909200.520.510.26358.7842.2454.51
HexBC5A5C034331A1672a37
Octal27413213406463325475267
Binary1011110010110101011100011010011001111010101100111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5A5C; }

 p { color: rgb(188,90,92); }

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

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

 a { background-color: rgb(188,90,92); }

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

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

 span { border-color: rgb(188,90,92); }

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