#BA6B66

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

Shades of Contessa #BA6B66

Tints of Contessa #BA6B66

Color information

#BA6B66 (or 0xBA6B66) is unknown color: approx Contessa. HEX triplet: BA, 6B and 66. RGB value is (186,107,102). Sum of RGB (Red+Green+Blue) = 186+107+102=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6B66 is #459499. Grayscale: #828282. Windows color (decimal): -4560026 or 6712250. OLE color: 6712250.

HSL color Cylindrical-coordinate representation of color #BA6B66: hue angle of 3.57º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA6B66 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB186107102-
CMYK00.420.450.27
HSL3.57º37.84%56.47%-
HSV(B)3.57º45.16%72.94%-
XYZ27.9121.9115.33-
YUV130.05112.17167.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.09%
GREEN value IS 107 (42.19% from 255) = 27.09%
BLUE value IS 102 (40.23% from 255) = 25.82%
R=47.09%
G=27.09%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610710200.420.450.273.5737.8456.47
HexBA6B6602A2D1B42638
Octal272153146052553344670
Binary1011101011010111100110010101010110111011100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6B66; }

 p { color: rgb(186,107,102); }

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

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

 a { background-color: rgb(186,107,102); }

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

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

 span { border-color: rgb(186,107,102); }

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