#bc7673

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

Shades of Contessa #BC7673

Tints of Contessa #BC7673

Color information

#BC7673 (or 0xBC7673) is unknown color: approx Contessa. HEX triplet: BC, 76 and 73. RGB value is (188,118,115). Sum of RGB (Red+Green+Blue) = 188+118+115=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7673 is #43898C. Grayscale: #8A8A8A. Windows color (decimal): -4426125 or 7567036. OLE color: 7567036.

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

Color convert

RGB188118115-
CMYK00.370.390.26
HSL2.47º35.27%59.41%-
HSV(B)2.47º38.83%73.73%-
XYZ30.3124.8919.43-
YUV138.59114.69163.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.66%
GREEN value IS 118 (46.48% from 255) = 28.03%
BLUE value IS 115 (45.31% from 255) = 27.32%
R=44.66%
G=28.03%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811811500.370.390.262.4735.2759.41
HexBC7673025271A2233b
Octal274166163045473224373
Binary101111001110110111001101001011001111101010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc7673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc7673; }

 p { color: rgb(188,118,115); }

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

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

 a { background-color: rgb(188,118,115); }

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

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

 span { border-color: rgb(188,118,115); }

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