#BC6A61

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

Shades of Contessa #BC6A61

Tints of Contessa #BC6A61

Color information

#BC6A61 (or 0xBC6A61) is unknown color: approx Contessa. HEX triplet: BC, 6A and 61. RGB value is (188,106,97). Sum of RGB (Red+Green+Blue) = 188+106+97=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 106 (41.80% from 255 or 27.11% from 391); Blue value is 97 (38.28% from 255 or 24.81% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6A61 is #43959E. Grayscale: #818181. Windows color (decimal): -4429215 or 6384316. OLE color: 6384316.

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

Color convert

RGB18810697-
CMYK00.440.480.26
HSL5.93º40.44%55.88%-
HSV(B)5.93º48.4%73.73%-
XYZ28.0521.8614.05-
YUV129.49109.67169.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.08%
GREEN value IS 106 (41.80% from 255) = 27.11%
BLUE value IS 97 (38.28% from 255) = 24.81%
R=48.08%
G=27.11%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881069700.440.480.265.9340.4455.88
HexBC6A6102C301A62838
Octal274152141054603265070
Binary1011110011010101100001010110011000011010110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6A61; }

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

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

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

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

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

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

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

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