#BC7670

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

Shades of Contessa #BC7670

Tints of Contessa #BC7670

Color information

#BC7670 (or 0xBC7670) is unknown color: approx Contessa. HEX triplet: BC, 76 and 70. RGB value is (188,118,112). Sum of RGB (Red+Green+Blue) = 188+118+112=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7670 is #43898F. Grayscale: #8A8A8A. Windows color (decimal): -4426128 or 7370428. OLE color: 7370428.

HSL color Cylindrical-coordinate representation of color #BC7670: hue angle of 4.74º 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 #BC7670 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB188118112-
CMYK00.370.400.26
HSL4.74º36.19%58.82%-
HSV(B)4.74º40.43%73.73%-
XYZ30.1424.8218.53-
YUV138.25113.19163.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.98%
GREEN value IS 118 (46.48% from 255) = 28.23%
BLUE value IS 112 (44.14% from 255) = 26.79%
R=44.98%
G=28.23%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811811200.370.400.264.7436.1958.82
HexBC7670025281A5243b
Octal274166160045503254473
Binary1011110011101101110000010010110100011010101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7670; }

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

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

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

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

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

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

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

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