#BC7067

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

Shades of Contessa #BC7067

Tints of Contessa #BC7067

Color information

#BC7067 (or 0xBC7067) is unknown color: approx Contessa. HEX triplet: BC, 70 and 67. RGB value is (188,112,103). Sum of RGB (Red+Green+Blue) = 188+112+103=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 103 (40.62% from 255 or 25.56% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7067 is #438F98. Grayscale: #858585. Windows color (decimal): -4427673 or 6779068. OLE color: 6779068.

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

Color convert

RGB188112103-
CMYK00.400.450.26
HSL6.35º38.81%57.06%-
HSV(B)6.35º45.21%73.73%-
XYZ28.9823.2615.79-
YUV133.7110.68166.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.65%
GREEN value IS 112 (44.14% from 255) = 27.79%
BLUE value IS 103 (40.62% from 255) = 25.56%
R=46.65%
G=27.79%
B=25.56%

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
Decimal18811210300.400.450.266.3538.8157.06
HexBC70670282D1A62739
Octal274160147050553264771
Binary1011110011100001100111010100010110111010110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7067; }

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

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

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

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

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

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

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

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