#BC706F

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

Shades of Contessa #BC706F

Tints of Contessa #BC706F

Color information

#BC706F (or 0xBC706F) is unknown color: approx Contessa. HEX triplet: BC, 70 and 6F. RGB value is (188,112,111). Sum of RGB (Red+Green+Blue) = 188+112+111=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 111 (43.75% from 255 or 27.01% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC706F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC706F is #438F90. Grayscale: #868686. Windows color (decimal): -4427665 or 7303356. OLE color: 7303356.

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

Color convert

RGB188112111-
CMYK00.400.410.26
HSL0.78º36.49%58.63%-
HSV(B)0.78º40.96%73.73%-
XYZ29.423.4318.01-
YUV134.61114.68166.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.74%
GREEN value IS 112 (44.14% from 255) = 27.25%
BLUE value IS 111 (43.75% from 255) = 27.01%
R=45.74%
G=27.25%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811211100.400.410.260.7836.4958.63
HexBC706F028291A1243b
Octal274160157050513214473
Binary10111100111000011011110101000101001110101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC706F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC706F; }

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

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

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

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

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

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

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

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