#BC6F60

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

Shades of Contessa #BC6F60

Tints of Contessa #BC6F60

Color information

#BC6F60 (or 0xBC6F60) is unknown color: approx Contessa. HEX triplet: BC, 6F and 60. RGB value is (188,111,96). Sum of RGB (Red+Green+Blue) = 188+111+96=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6F60 is #43909F. Grayscale: #848484. Windows color (decimal): -4427936 or 6320060. OLE color: 6320060.

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

Color convert

RGB18811196-
CMYK00.410.490.26
HSL9.78º40.71%55.69%-
HSV(B)9.78º48.94%73.73%-
XYZ28.5322.913.98-
YUV132.31107.51167.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.59%
GREEN value IS 111 (43.75% from 255) = 28.10%
BLUE value IS 96 (37.89% from 255) = 24.30%
R=47.59%
G=28.10%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881119600.410.490.269.7840.7155.69
HexBC6F60029311Aa2938
Octal2741571400516132125170
Binary10111100110111111000000101001110001110101010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6F60; }

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

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

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

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

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

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

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

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