#BC6C69

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

Shades of Contessa #BC6C69

Tints of Contessa #BC6C69

Color information

#BC6C69 (or 0xBC6C69) is unknown color: approx Contessa. HEX triplet: BC, 6C and 69. RGB value is (188,108,105). Sum of RGB (Red+Green+Blue) = 188+108+105=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6C69 is #439396. Grayscale: #838383. Windows color (decimal): -4428695 or 6909116. OLE color: 6909116.

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

Color convert

RGB188108105-
CMYK00.430.440.26
HSL2.17º38.25%57.45%-
HSV(B)2.17º44.15%73.73%-
XYZ28.6522.4416.19-
YUV131.58113168.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.88%
GREEN value IS 108 (42.58% from 255) = 26.93%
BLUE value IS 105 (41.41% from 255) = 26.18%
R=46.88%
G=26.93%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810810500.430.440.262.1738.2557.45
HexBC6C6902B2C1A22639
Octal274154151053543224671
Binary101111001101100110100101010111011001101010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6C69; }

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

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

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

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

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

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

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

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