#BA695D

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

Shades of Contessa #BA695D

Tints of Contessa #BA695D

Color information

#BA695D (or 0xBA695D) is unknown color: approx Contessa. HEX triplet: BA, 69 and 5D. RGB value is (186,105,93). Sum of RGB (Red+Green+Blue) = 186+105+93=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 93 (36.72% from 255 or 24.22% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA695D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA695D is #4596A2. Grayscale: #7F7F7F. Windows color (decimal): -4560547 or 6121914. OLE color: 6121914.

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

Color convert

RGB18610593-
CMYK00.440.50.27
HSL7.74º40.26%54.71%-
HSV(B)7.74º50%72.94%-
XYZ27.2821.3313.04-
YUV127.85108.34169.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.44%
GREEN value IS 105 (41.41% from 255) = 27.34%
BLUE value IS 93 (36.72% from 255) = 24.22%
R=48.44%
G=27.34%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861059300.440.50.277.7440.2654.71
HexBA695D02C321B82837
Octal2721511350546233105067
Binary10111010110100110111010101100110010110111000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA695D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA695D; }

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

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

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

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

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

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

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

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