#BC6063

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

Shades of Mandy #BC6063

Tints of Mandy #BC6063

Color information

#BC6063 (or 0xBC6063) is unknown color: approx Mandy. HEX triplet: BC, 60 and 63. RGB value is (188,96,99). Sum of RGB (Red+Green+Blue) = 188+96+99=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 99 (39.06% from 255 or 25.85% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6063 is #439F9C. Grayscale: #7B7B7B. Windows color (decimal): -4431773 or 6512828. OLE color: 6512828.

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

Color convert

RGB1889699-
CMYK00.490.470.26
HSL358.04º40.71%55.69%-
HSV(B)358.04º48.94%73.73%-
XYZ27.1719.9614.22-
YUV123.85113.98173.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.09%
GREEN value IS 96 (37.89% from 255) = 25.07%
BLUE value IS 99 (39.06% from 255) = 25.85%
R=49.09%
G=25.07%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188969900.490.470.26358.0440.7155.69
HexBC60630312F1A1662938
Octal27414014306157325465170
Binary1011110011000001100011011000110111111010101100110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6063; }

 p { color: rgb(188,96,99); }

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

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

 a { background-color: rgb(188,96,99); }

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

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

 span { border-color: rgb(188,96,99); }

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