#BC776F

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

Shades of Contessa #BC776F

Tints of Contessa #BC776F

Color information

#BC776F (or 0xBC776F) is unknown color: approx Contessa. HEX triplet: BC, 77 and 6F. RGB value is (188,119,111). Sum of RGB (Red+Green+Blue) = 188+119+111=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC776F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC776F is #438890. Grayscale: #8A8A8A. Windows color (decimal): -4425873 or 7305148. OLE color: 7305148.

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

Color convert

RGB188119111-
CMYK00.370.410.26
HSL6.23º36.49%58.63%-
HSV(B)6.23º40.96%73.73%-
XYZ30.2125.0318.28-
YUV138.72112.36163.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.98%
GREEN value IS 119 (46.88% from 255) = 28.47%
BLUE value IS 111 (43.75% from 255) = 26.56%
R=44.98%
G=28.47%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811911100.370.410.266.2336.4958.63
HexBC776F025291A6243b
Octal274167157045513264473
Binary1011110011101111101111010010110100111010110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC776F; }

 p { color: rgb(188,119,111); }

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

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

 a { background-color: rgb(188,119,111); }

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

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

 span { border-color: rgb(188,119,111); }

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