#BC6C63

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

Shades of Contessa #BC6C63

Tints of Contessa #BC6C63

Color information

#BC6C63 (or 0xBC6C63) is unknown color: approx Contessa. HEX triplet: BC, 6C and 63. RGB value is (188,108,99). Sum of RGB (Red+Green+Blue) = 188+108+99=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 99 (39.06% from 255 or 25.06% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6C63 is #43939C. Grayscale: #838383. Windows color (decimal): -4428701 or 6515900. OLE color: 6515900.

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

Color convert

RGB18810899-
CMYK00.430.470.26
HSL6.07º39.91%56.27%-
HSV(B)6.07º47.34%73.73%-
XYZ28.3522.3214.62-
YUV130.89110168.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.59%
GREEN value IS 108 (42.58% from 255) = 27.34%
BLUE value IS 99 (39.06% from 255) = 25.06%
R=47.59%
G=27.34%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881089900.430.470.266.0739.9156.27
HexBC6C6302B2F1A62838
Octal274154143053573265070
Binary1011110011011001100011010101110111111010110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6C63; }

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

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

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

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

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

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

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

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