#BC6F62

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

Shades of Contessa #BC6F62

Tints of Contessa #BC6F62

Color information

#BC6F62 (or 0xBC6F62) is unknown color: approx Contessa. HEX triplet: BC, 6F and 62. RGB value is (188,111,98). Sum of RGB (Red+Green+Blue) = 188+111+98=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 98 (38.67% from 255 or 24.69% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6F62 is #43909D. Grayscale: #848484. Windows color (decimal): -4427934 or 6451132. OLE color: 6451132.

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

Color convert

RGB18811198-
CMYK00.410.480.26
HSL8.67º40.18%56.08%-
HSV(B)8.67º47.87%73.73%-
XYZ28.6322.9414.47-
YUV132.54108.51167.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.36%
GREEN value IS 111 (43.75% from 255) = 27.96%
BLUE value IS 98 (38.67% from 255) = 24.69%
R=47.36%
G=27.96%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881119800.410.480.268.6740.1856.08
HexBC6F62029301A92838
Octal2741571420516032115070
Binary10111100110111111000100101001110000110101001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6F62; }

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

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

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

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

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

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

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

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