#BC6163

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

Shades of Mandy #BC6163

Tints of Mandy #BC6163

Color information

#BC6163 (or 0xBC6163) is unknown color: approx Mandy. HEX triplet: BC, 61 and 63. RGB value is (188,97,99). Sum of RGB (Red+Green+Blue) = 188+97+99=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 99 (39.06% from 255 or 25.78% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6163 is #439E9C. Grayscale: #7C7C7C. Windows color (decimal): -4431517 or 6513084. OLE color: 6513084.

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

Color convert

RGB1889799-
CMYK00.480.470.26
HSL358.68º40.44%55.88%-
HSV(B)358.68º48.4%73.73%-
XYZ27.2720.1414.26-
YUV124.44113.65173.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.96%
GREEN value IS 97 (38.28% from 255) = 25.26%
BLUE value IS 99 (39.06% from 255) = 25.78%
R=48.96%
G=25.26%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188979900.480.470.26358.6840.4455.88
HexBC61630302F1A1672838
Octal27414114306057325475070
Binary1011110011000011100011011000010111111010101100111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6163; }

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

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

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

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

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

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

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

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