#BC7A71

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

Shades of Contessa #BC7A71

Tints of Contessa #BC7A71

Color information

#BC7A71 (or 0xBC7A71) is unknown color: approx Contessa. HEX triplet: BC, 7A and 71. RGB value is (188,122,113). Sum of RGB (Red+Green+Blue) = 188+122+113=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7A71 is #43858E. Grayscale: #8C8C8C. Windows color (decimal): -4425103 or 7436988. OLE color: 7436988.

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

Color convert

RGB188122113-
CMYK00.350.400.26
HSL7.2º35.89%59.02%-
HSV(B)7.2º39.89%73.73%-
XYZ30.6825.818.99-
YUV140.71112.37161.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.44%
GREEN value IS 122 (48.05% from 255) = 28.84%
BLUE value IS 113 (44.53% from 255) = 26.71%
R=44.44%
G=28.84%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812211300.350.400.267.235.8959.02
HexBC7A71023281A7243b
Octal274172161043503274473
Binary1011110011110101110001010001110100011010111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7A71; }

 p { color: rgb(188,122,113); }

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

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

 a { background-color: rgb(188,122,113); }

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

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

 span { border-color: rgb(188,122,113); }

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