#BC6B5C

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

Shades of Contessa #BC6B5C

Tints of Contessa #BC6B5C

Color information

#BC6B5C (or 0xBC6B5C) is unknown color: approx Contessa. HEX triplet: BC, 6B and 5C. RGB value is (188,107,92). Sum of RGB (Red+Green+Blue) = 188+107+92=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6B5C is #4394A3. Grayscale: #818181. Windows color (decimal): -4428964 or 6056892. OLE color: 6056892.

HSL color Cylindrical-coordinate representation of color #BC6B5C: hue angle of 9.38º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC6B5C is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB18810792-
CMYK00.430.510.26
HSL9.38º41.74%54.9%-
HSV(B)9.38º51.06%73.73%-
XYZ27.9321.9812.9-
YUV129.51106.84169.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.58%
GREEN value IS 107 (42.19% from 255) = 27.65%
BLUE value IS 92 (36.33% from 255) = 23.77%
R=48.58%
G=27.65%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881079200.430.510.269.3841.7454.9
HexBC6B5C02B331A92a37
Octal2741531340536332115267
Binary10111100110101110111000101011110011110101001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6B5C; }

 p { color: rgb(188,107,92); }

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

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

 a { background-color: rgb(188,107,92); }

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

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

 span { border-color: rgb(188,107,92); }

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