#BA655E

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

Shades of Contessa #BA655E

Tints of Contessa #BA655E

Color information

#BA655E (or 0xBA655E) is unknown color: approx Contessa. HEX triplet: BA, 65 and 5E. RGB value is (186,101,94). Sum of RGB (Red+Green+Blue) = 186+101+94=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA655E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA655E is #459AA1. Grayscale: #7D7D7D. Windows color (decimal): -4561570 or 6186426. OLE color: 6186426.

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

Color convert

RGB18610194-
CMYK00.460.490.27
HSL4.57º40%54.9%-
HSV(B)4.57º49.46%72.94%-
XYZ26.9220.5513.14-
YUV125.62110.16171.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.82%
GREEN value IS 101 (39.84% from 255) = 26.51%
BLUE value IS 94 (37.11% from 255) = 24.67%
R=48.82%
G=26.51%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861019400.460.490.274.574054.9
HexBA655E02E311B52837
Octal272145136056613355067
Binary1011101011001011011110010111011000111011101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA655E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA655E; }

 p { color: rgb(186,101,94); }

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

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

 a { background-color: rgb(186,101,94); }

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

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

 span { border-color: rgb(186,101,94); }

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