#BC7167

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

Shades of Contessa #BC7167

Tints of Contessa #BC7167

Color information

#BC7167 (or 0xBC7167) is unknown color: approx Contessa. HEX triplet: BC, 71 and 67. RGB value is (188,113,103). Sum of RGB (Red+Green+Blue) = 188+113+103=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 103 (40.62% from 255 or 25.50% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7167 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7167 is #438E98. Grayscale: #868686. Windows color (decimal): -4427417 or 6779324. OLE color: 6779324.

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

Color convert

RGB188113103-
CMYK00.400.450.26
HSL7.06º38.81%57.06%-
HSV(B)7.06º45.21%73.73%-
XYZ29.0923.4815.83-
YUV134.28110.35166.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.53%
GREEN value IS 113 (44.53% from 255) = 27.97%
BLUE value IS 103 (40.62% from 255) = 25.50%
R=46.53%
G=27.97%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811310300.400.450.267.0638.8157.06
HexBC71670282D1A72739
Octal274161147050553274771
Binary1011110011100011100111010100010110111010111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7167; }

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

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

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

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

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

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

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

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