#BC6B63

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

Shades of Contessa #BC6B63

Tints of Contessa #BC6B63

Color information

#BC6B63 (or 0xBC6B63) is unknown color: approx Contessa. HEX triplet: BC, 6B and 63. RGB value is (188,107,99). Sum of RGB (Red+Green+Blue) = 188+107+99=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 107 (42.19% from 255 or 27.16% from 394); Blue value is 99 (39.06% from 255 or 25.13% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6B63 is #43949C. Grayscale: #828282. Windows color (decimal): -4428957 or 6515644. OLE color: 6515644.

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

Color convert

RGB18810799-
CMYK00.430.470.26
HSL5.39º39.91%56.27%-
HSV(B)5.39º47.34%73.73%-
XYZ28.2522.1114.58-
YUV130.31110.34169.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.72%
GREEN value IS 107 (42.19% from 255) = 27.16%
BLUE value IS 99 (39.06% from 255) = 25.13%
R=47.72%
G=27.16%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881079900.430.470.265.3939.9156.27
HexBC6B6302B2F1A52838
Octal274153143053573255070
Binary1011110011010111100011010101110111111010101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6B63; }

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

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

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

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

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

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

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

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