#BC6A65

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

Shades of Contessa #BC6A65

Tints of Contessa #BC6A65

Color information

#BC6A65 (or 0xBC6A65) is unknown color: approx Contessa. HEX triplet: BC, 6A and 65. RGB value is (188,106,101). Sum of RGB (Red+Green+Blue) = 188+106+101=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 106 (41.80% from 255 or 26.84% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6A65 is #43959A. Grayscale: #828282. Windows color (decimal): -4429211 or 6646460. OLE color: 6646460.

HSL color Cylindrical-coordinate representation of color #BC6A65: hue angle of 3.45º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC6A65 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB188106101-
CMYK00.440.460.26
HSL3.45º39.37%56.67%-
HSV(B)3.45º46.28%73.73%-
XYZ28.2421.9415.06-
YUV129.95111.67169.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.59%
GREEN value IS 106 (41.80% from 255) = 26.84%
BLUE value IS 101 (39.84% from 255) = 25.57%
R=47.59%
G=26.84%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810610100.440.460.263.4539.3756.67
HexBC6A6502C2E1A32739
Octal274152145054563234771
Binary101111001101010110010101011001011101101011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6A65; }

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

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

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

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

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

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

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

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