#BC7163

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

Shades of Contessa #BC7163

Tints of Contessa #BC7163

Color information

#BC7163 (or 0xBC7163) is unknown color: approx Contessa. HEX triplet: BC, 71 and 63. RGB value is (188,113,99). Sum of RGB (Red+Green+Blue) = 188+113+99=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 113 (44.53% from 255 or 28.25% from 400); Blue value is 99 (39.06% from 255 or 24.75% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7163 is #438E9C. Grayscale: #858585. Windows color (decimal): -4427421 or 6517180. OLE color: 6517180.

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

Color convert

RGB18811399-
CMYK00.400.470.26
HSL9.44º39.91%56.27%-
HSV(B)9.44º47.34%73.73%-
XYZ28.923.414.8-
YUV133.83108.35166.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47%
GREEN value IS 113 (44.53% from 255) = 28.25%
BLUE value IS 99 (39.06% from 255) = 24.75%
R=47%
G=28.25%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881139900.400.470.269.4439.9156.27
HexBC71630282F1A92838
Octal2741611430505732115070
Binary10111100111000111000110101000101111110101001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7163; }

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

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

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

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

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

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

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

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