#BC6061

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

Shades of Mandy #BC6061

Tints of Mandy #BC6061

Color information

#BC6061 (or 0xBC6061) is unknown color: approx Mandy. HEX triplet: BC, 60 and 61. RGB value is (188,96,97). Sum of RGB (Red+Green+Blue) = 188+96+97=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 97 (38.28% from 255 or 25.46% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6061 is #439F9E. Grayscale: #7B7B7B. Windows color (decimal): -4431775 or 6381756. OLE color: 6381756.

HSL color Cylindrical-coordinate representation of color #BC6061: hue angle of 359.35º 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 #BC6061 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB1889697-
CMYK00.490.480.26
HSL359.35º40.71%55.69%-
HSV(B)359.35º48.94%73.73%-
XYZ27.0819.9213.73-
YUV123.62112.98173.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.34%
GREEN value IS 96 (37.89% from 255) = 25.20%
BLUE value IS 97 (38.28% from 255) = 25.46%
R=49.34%
G=25.20%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188969700.490.480.26359.3540.7155.69
HexBC6061031301A1672938
Octal27414014106160325475170
Binary1011110011000001100001011000111000011010101100111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6061; }

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

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

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

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

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

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

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

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