#BC746C

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

Shades of Contessa #BC746C

Tints of Contessa #BC746C

Color information

#BC746C (or 0xBC746C) is unknown color: approx Contessa. HEX triplet: BC, 74 and 6C. RGB value is (188,116,108). Sum of RGB (Red+Green+Blue) = 188+116+108=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC746C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC746C is #438B93. Grayscale: #888888. Windows color (decimal): -4426644 or 7107772. OLE color: 7107772.

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

Color convert

RGB188116108-
CMYK00.380.430.26
HSL37.38%58.04%-
HSV(B)42.55%73.73%-
XYZ29.6924.2617.31-
YUV136.62111.85164.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.63%
GREEN value IS 116 (45.70% from 255) = 28.16%
BLUE value IS 108 (42.58% from 255) = 26.21%
R=45.63%
G=28.16%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811610800.380.430.26637.3858.04
HexBC746C0262B1A6253a
Octal274164154046533264572
Binary1011110011101001101100010011010101111010110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC746C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC746C; }

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

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

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

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

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

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

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

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