#BC7061

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

Shades of Contessa #BC7061

Tints of Contessa #BC7061

Color information

#BC7061 (or 0xBC7061) is unknown color: approx Contessa. HEX triplet: BC, 70 and 61. RGB value is (188,112,97). Sum of RGB (Red+Green+Blue) = 188+112+97=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 97 (38.28% from 255 or 24.43% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7061 is #438F9E. Grayscale: #858585. Windows color (decimal): -4427679 or 6385852. OLE color: 6385852.

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

Color convert

RGB18811297-
CMYK00.400.480.26
HSL9.89º40.44%55.88%-
HSV(B)9.89º48.4%73.73%-
XYZ28.6923.1414.26-
YUV133.01107.68167.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.36%
GREEN value IS 112 (44.14% from 255) = 28.21%
BLUE value IS 97 (38.28% from 255) = 24.43%
R=47.36%
G=28.21%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881129700.400.480.269.8940.4455.88
HexBC7061028301Aa2838
Octal2741601410506032125070
Binary10111100111000011000010101000110000110101010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7061; }

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

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

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

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

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

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

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

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