#BA695C

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

Shades of Contessa #BA695C

Tints of Contessa #BA695C

Color information

#BA695C (or 0xBA695C) is unknown color: approx Contessa. HEX triplet: BA, 69 and 5C. RGB value is (186,105,92). Sum of RGB (Red+Green+Blue) = 186+105+92=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA695C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA695C is #4596A3. Grayscale: #7F7F7F. Windows color (decimal): -4560548 or 6056378. OLE color: 6056378.

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

Color convert

RGB18610592-
CMYK00.440.510.27
HSL8.3º40.52%54.51%-
HSV(B)8.3º50.54%72.94%-
XYZ27.2321.3112.8-
YUV127.74107.84169.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.56%
GREEN value IS 105 (41.41% from 255) = 27.42%
BLUE value IS 92 (36.33% from 255) = 24.02%
R=48.56%
G=27.42%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861059200.440.510.278.340.5254.51
HexBA695C02C331B82937
Octal2721511340546333105167
Binary10111010110100110111000101100110011110111000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA695C; }

 p { color: rgb(186,105,92); }

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

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

 a { background-color: rgb(186,105,92); }

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

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

 span { border-color: rgb(186,105,92); }

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