#BC6A5D

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

Shades of Contessa #BC6A5D

Tints of Contessa #BC6A5D

Color information

#BC6A5D (or 0xBC6A5D) is unknown color: approx Contessa. HEX triplet: BC, 6A and 5D. RGB value is (188,106,93). Sum of RGB (Red+Green+Blue) = 188+106+93=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 106 (41.80% from 255 or 27.39% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6A5D is #4395A2. Grayscale: #818181. Windows color (decimal): -4429219 or 6122172. OLE color: 6122172.

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

Color convert

RGB18810693-
CMYK00.440.510.26
HSL8.21º41.48%55.1%-
HSV(B)8.21º50.53%73.73%-
XYZ27.8721.7913.09-
YUV129.04107.67170.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.58%
GREEN value IS 106 (41.80% from 255) = 27.39%
BLUE value IS 93 (36.72% from 255) = 24.03%
R=48.58%
G=27.39%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881069300.440.510.268.2141.4855.1
HexBC6A5D02C331A82937
Octal2741521350546332105167
Binary10111100110101010111010101100110011110101000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6A5D; }

 p { color: rgb(188,106,93); }

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

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

 a { background-color: rgb(188,106,93); }

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

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

 span { border-color: rgb(188,106,93); }

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