#BA6867

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

Shades of Contessa #BA6867

Tints of Contessa #BA6867

Color information

#BA6867 (or 0xBA6867) is unknown color: approx Contessa. HEX triplet: BA, 68 and 67. RGB value is (186,104,103). Sum of RGB (Red+Green+Blue) = 186+104+103=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 103 (40.62% from 255 or 26.21% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6867 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6867 is #459798. Grayscale: #808080. Windows color (decimal): -4560793 or 6777018. OLE color: 6777018.

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

Color convert

RGB186104103-
CMYK00.440.450.27
HSL0.72º37.56%56.67%-
HSV(B)0.72º44.62%72.94%-
XYZ27.6521.3215.49-
YUV128.4113.67169.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.33%
GREEN value IS 104 (41.02% from 255) = 26.46%
BLUE value IS 103 (40.62% from 255) = 26.21%
R=47.33%
G=26.46%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610410300.440.450.270.7237.5656.67
HexBA686702C2D1B12639
Octal272150147054553314671
Binary10111010110100011001110101100101101110111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6867; }

 p { color: rgb(186,104,103); }

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

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

 a { background-color: rgb(186,104,103); }

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

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

 span { border-color: rgb(186,104,103); }

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